fixed minor typo in comment

This commit is contained in:
Davis King 2011-08-13 15:50:38 -04:00
parent 27898a502f
commit d1dc0e1de7

View File

@ -151,7 +151,7 @@ namespace dlib
- value <= 2^32 - 1
ensures
- returns the square root of value. if the square root is not an
integer then it will be rounded up to the nearest integer.
integer then it will be rounded up to the nearest integer.
!*/
{
unsigned long x;