1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Fix typos.

This commit is contained in:
Ondřej Bílka
2013-08-21 19:48:48 +02:00
parent 46ed103824
commit c0c3f78afb
61 changed files with 141 additions and 66 deletions

View File

@@ -324,7 +324,7 @@ _dl_dst_substitute (struct link_map *l, const char *name, char *result,
const char *const start = name;
/* Now fill the result path. While copying over the string we keep
track of the start of the last path element. When we come accross
track of the start of the last path element. When we come across
a DST we copy over the value or (if the value is not available)
leave the entire path element out. */
char *wp = result;