summaryrefslogtreecommitdiff
path: root/tests/d_type-check
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-09-08 22:03:17 +0200
committerJim Meyering <meyering@redhat.com>2011-09-08 22:03:17 +0200
commit82e86b483184fdc2646da679700a1190915a18c0 (patch)
tree998d94faf051328a227d529e63b39fdb98451c50 /tests/d_type-check
parent1888629627078debffdb7520fb7feffed5f2343d (diff)
downloadcoreutils-82e86b483184fdc2646da679700a1190915a18c0.tar.xz
doc: fix typo in test script comment
* tests/d_type-check: Fix typo in comment.
Diffstat (limited to 'tests/d_type-check')
-rw-r--r--tests/d_type-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/d_type-check b/tests/d_type-check
index e40904907..33c1fd6d0 100644
--- a/tests/d_type-check
+++ b/tests/d_type-check
@@ -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