]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix typo in test script comment
authorJim Meyering <meyering@redhat.com>
Thu, 8 Sep 2011 20:03:17 +0000 (22:03 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 8 Sep 2011 20:03:17 +0000 (22:03 +0200)
* tests/d_type-check: Fix typo in comment.

tests/d_type-check

index e40904907db01253b0630caadbf8ea3b8500b25e..33c1fd6d0b8cee979a08db9076da31691ca46024 100644 (file)
@@ -19,7 +19,7 @@ try:
 
   direntp = ctypes.POINTER(dirent)
 
-  # FIXME: find a way to hard-coding libc's so-name.
+  # FIXME: find a way to avoid hard-coding libc's so-name.
   libc = ctypes.cdll.LoadLibrary("libc.so.6")
   libc.readdir.restype = direntp