Fixed spelling error in a comment.

This commit is contained in:
Davis King 2011-05-25 18:00:29 -04:00
parent 62e2bf4958
commit 9bb3b5e15a
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ namespace dlib
!*/
{
// this is just here to provide a compile time check that T is a POD.
// this checks *most* of the requrements for being a POD type.
// this checks *most* of the requirements for being a POD type.
// You should not be calling this function on non POD types!
union
{