From: Jim Meyering Date: Thu, 8 Sep 2011 20:03:17 +0000 (+0200) Subject: doc: fix typo in test script comment X-Git-Tag: v8.14~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e86b483184fdc2646da679700a1190915a18c0;p=thirdparty%2Fcoreutils.git doc: fix typo in test script comment * tests/d_type-check: Fix typo in comment. --- diff --git a/tests/d_type-check b/tests/d_type-check index e40904907d..33c1fd6d0b 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