1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00

Fix a few typos.

This commit is contained in:
Marek Polacek
2012-07-18 00:25:50 +02:00
parent 3b05db33f6
commit 05d723ab8d

View File

@@ -45,7 +45,7 @@ weak_extern (BP_SYM (_dl_sysdep_start))
extern int __libc_multiple_libcs; /* Defined in init-first.c. */ extern int __libc_multiple_libcs; /* Defined in init-first.c. */
/* We must be carefull not to leave us in an inconsistent state. Thus we /* We must be careful not to leave us in an inconsistent state. Thus we
catch any error and re-raise it after cleaning up. */ catch any error and re-raise it after cleaning up. */
struct dl_open_args struct dl_open_args
@@ -54,7 +54,7 @@ struct dl_open_args
int mode; int mode;
/* This is the caller of the dlopen() function. */ /* This is the caller of the dlopen() function. */
const void *caller_dlopen; const void *caller_dlopen;
/* This is the caller if _dl_open(). */ /* This is the caller of _dl_open(). */
const void *caller_dl_open; const void *caller_dl_open;
struct link_map *map; struct link_map *map;
/* Namespace ID. */ /* Namespace ID. */