From a2a8d8a663e6f9309843c4163467d5d63a4ec00d Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Tue, 29 Dec 2009 19:00:58 +0100 Subject: [PATCH] * libltdl/ltdl.c (file_not_found): Fix typos in code comment. Signed-off-by: Peter Rosin --- ChangeLog | 4 ++++ libltdl/ltdl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75a5919d6..01bf201a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-12-29 Peter Rosin + + * libltdl/ltdl.c (file_not_found): Fix typos in code comment. + 2009-12-12 Ralf Wildenhues Replace last __oline__ instance. diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index d180e3054..e4569b02e 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -1487,7 +1487,7 @@ try_dlopen (lt_dlhandle *phandle, const char *filename, const char *ext, } -/* If the last error messge store was `FILE_NOT_FOUND', then return +/* If the last error message stored was `FILE_NOT_FOUND', then return non-zero. */ static int file_not_found (void) -- 2.47.2