Parcourir la source

[2172] fixed a trivial typo

JINMEI Tatuya il y a 12 ans
Parent
commit
371d315852
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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':