summaryrefslogtreecommitdiff
path: root/elf/link.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-07 19:52:45 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-07 19:52:45 +0000
commita78de796b7911443b7af40177ee9c33cf69a82e5 (patch)
tree1170bfb700d0f46cd1fe64e0dcb2586c4f9e0a6a /elf/link.h
parentb7296fd4eec51c97f3530670641a8d7699864538 (diff)
Update.
1998-03-07 Ulrich Drepper <drepper@cygnus.com> * elf/link.h: Fix typos. Reported by Andreas Jaeger. * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment. * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise. * sysdeps/i386/elf/start.S: Don't call main directly, call * nis/nis_call.c (__do_niscall): Safe and reset errno. * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
Diffstat (limited to 'elf/link.h')
-rw-r--r--elf/link.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/link.h b/elf/link.h
index 4fa6fbb949..5847945c58 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -231,7 +231,7 @@ typedef void (*receiver_fct) (int, const char *, const char *);
user interface to run-time dynamic linking. */
-/* Parameters passed to te dynamic linker. */
+/* Parameters passed to the dynamic linker. */
extern char **_dl_argv;
/* Cached value of `getpagesize ()'. */
@@ -245,7 +245,7 @@ extern const char *_dl_profile;
/* Map of shared object to be profiled. */
extern struct link_map *_dl_profile_map;
-/* If nonzero the appropriate debug information if printed. */
+/* If nonzero the appropriate debug information is printed. */
extern int _dl_debug_libs;
extern int _dl_debug_impcalls;