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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user