diff options
Diffstat (limited to 'dlfcn/bug-dlopen1.c')
-rw-r--r-- | dlfcn/bug-dlopen1.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dlfcn/bug-dlopen1.c b/dlfcn/bug-dlopen1.c index d91810a4f0..dcee832f4e 100644 --- a/dlfcn/bug-dlopen1.c +++ b/dlfcn/bug-dlopen1.c @@ -1,6 +1,5 @@ -/* Test case by Bruno Haible. It test whether the dynamic string - token expansion can handle $ signs which do not start one of the - recognized keywords. */ +/* Test whether the dynamic string token expansion can handle $ signs which do + not start one of the recognized keywords. */ #include <dlfcn.h> |