]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix typo in comment.
authorUlrich Drepper <drepper@redhat.com>
Sun, 25 Jan 2009 01:39:24 +0000 (17:39 -0800)
committerUlrich Drepper <drepper@redhat.com>
Sun, 25 Jan 2009 01:39:24 +0000 (17:39 -0800)
src/strip.c

index 1958bb51162966868bf7811ad5846df6839a378e..27eb210612cacc8a6316b0a396a7baa3b3483a08 100644 (file)
@@ -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)
     {