Browse Source

[2172] fixed a trivial typo

JINMEI Tatuya 12 years ago
parent
commit
371d315852
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/sysinfo/tests/sysinfo_test.py

+ 1 - 1
src/lib/python/isc/sysinfo/tests/sysinfo_test.py

@@ -398,7 +398,7 @@ class SysInfoTest(unittest.TestCase):
         tests deep into the implementation, and not just the
         interfaces."""
 
-        # Don't run this test on platform other than FreeBSD as some
+        # Don't run this test on platform other than OS X as some
         # system calls may not even be available.
         osname = platform.system()
         if osname != 'Darwin':