mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* libltdl/ltdl.c (file_not_found): Fix typos in code comment.
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
This commit is contained in:
parent
7ce92b0b9b
commit
a2a8d8a663
@ -1,3 +1,7 @@
|
||||
2009-12-29 Peter Rosin <peda@lysator.liu.se>
|
||||
|
||||
* libltdl/ltdl.c (file_not_found): Fix typos in code comment.
|
||||
|
||||
2009-12-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Replace last __oline__ instance.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user