1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 19:32:10 +02:00

doc: fix typo in test script comment

* tests/d_type-check: Fix typo in comment.
This commit is contained in:
Jim Meyering
2011-09-08 22:03:17 +02:00
parent 1888629627
commit 82e86b4831

View 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