From 82e86b483184fdc2646da679700a1190915a18c0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Sep 2011 22:03:17 +0200 Subject: doc: fix typo in test script comment * tests/d_type-check: Fix typo in comment. --- tests/d_type-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3-54-g00ecf