libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fixing typos in /* C comment */ for file_not_found().


From: Peter Rosin
Subject: Fixing typos in /* C comment */ for file_not_found().
Date: Tue, 29 Dec 2009 20:44:00 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi!

I'm about to push this as obvious, I hope that's ok...

Cheers and happy new year in advance,
Peter

2009-12-29  Peter Rosin  <address@hidden>

        * libltdl/ltdl.c (file_not_found): Fix typos in code comment.


diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c
index d180e30..e4569b0 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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]