Fix compile warning
[libi2ncommon] / src / timefunc.hxx
index 5fd4911..9961b6c 100644 (file)
@@ -344,7 +344,7 @@ namespace clock {
              *
              * POSIX defines the ns part as *long*. Technically, that means
              * that on machines where *sizeof long* equals *sizeof int*, it can
-             * represent only up to arund 2.1 seconds. In this range, the loop
+             * represent only up to around 2.1 seconds. In this range, the loop
              * version is most likely faster than division. However, since in
              * practice *long* is 8 bytes just about anywhere, we have to
              * handle greater dividends first.