diff options
| author | Ulrich Drepper <[email protected]> | 2009-01-24 17:39:24 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-01-24 17:39:24 -0800 |
| commit | 6cbd7adf7eeb3f30632b53c8a68c470e0e47252b (patch) | |
| tree | d9f973738d7ffc1746925b74c457dd19295182f9 /src/strip.c | |
| parent | cdf7b9a1fa01c630a476f75d22955251269bb5de (diff) | |
Fix typo in comment.
Diffstat (limited to 'src/strip.c')
| -rw-r--r-- | src/strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strip.c b/src/strip.c index 1958bb51..27eb2106 100644 --- a/src/strip.c +++ b/src/strip.c @@ -437,7 +437,7 @@ handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, int debug_fd = -1; /* Get the EBL handling. The -g option is currently the only reason - we need EBL so dont open the backend unless necessary. */ + we need EBL so don't open the backend unless necessary. */ Ebl *ebl = NULL; if (remove_debug) { |
