summaryrefslogtreecommitdiff
path: root/libltdl/lt_dlloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'libltdl/lt_dlloader.c')
-rw-r--r--libltdl/lt_dlloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libltdl/lt_dlloader.c b/libltdl/lt_dlloader.c
index f1b95d59..661e01fb 100644
--- a/libltdl/lt_dlloader.c
+++ b/libltdl/lt_dlloader.c
@@ -166,7 +166,7 @@ lt_dlloader_remove (const char *name)
return 0;
}
- /* Fail if there are any open modules which use this loader. */
+ /* Fail if there are any open modules that use this loader. */
iface = lt_dlinterface_register (id_string, NULL);
while ((handle = lt_dlhandle_iterate (iface, handle)))
{