From: Ulrich Drepper Date: Sun, 25 Jan 2009 01:39:24 +0000 (-0800) Subject: Fix typo in comment. X-Git-Tag: elfutils-0.140~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cbd7adf7eeb3f30632b53c8a68c470e0e47252b;p=thirdparty%2Felfutils.git Fix typo in comment. --- diff --git a/src/strip.c b/src/strip.c index 1958bb511..27eb21061 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) {