* 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:
Peter Rosin 2009-12-29 19:00:58 +01:00
parent 7ce92b0b9b
commit a2a8d8a663
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)