mirror of https://github.com/davisking/dlib.git
Fixed spelling error in a comment.
This commit is contained in:
parent
62e2bf4958
commit
9bb3b5e15a
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue