diff options
author | Jim Meyering <meyering@redhat.com> | 2011-09-08 22:03:17 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-09-08 22:03:17 +0200 |
commit | 82e86b483184fdc2646da679700a1190915a18c0 (patch) | |
tree | 998d94faf051328a227d529e63b39fdb98451c50 | |
parent | 1888629627078debffdb7520fb7feffed5f2343d (diff) | |
download | coreutils-82e86b483184fdc2646da679700a1190915a18c0.tar.xz |
doc: fix typo in test script comment
* tests/d_type-check: Fix typo in comment.
-rw-r--r-- | tests/d_type-check | 2 |
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 |