From 6cbd7adf7eeb3f30632b53c8a68c470e0e47252b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 24 Jan 2009 17:39:24 -0800 Subject: [PATCH] Fix typo in comment. --- src/strip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3