* incremental.cc (can_incremental_update): Fix typo in comment.
authorCary Coutant <ccoutant@google.com>
Mon, 19 Sep 2011 19:29:55 +0000 (19:29 +0000)
committerCary Coutant <ccoutant@google.com>
Mon, 19 Sep 2011 19:29:55 +0000 (19:29 +0000)
* incremental.h (can_incremental_update): Likewise.

gold/ChangeLog
gold/incremental.cc
gold/incremental.h

index 6f72f92cb6e37ca12d8307d0ac27d3ca8c54bd79..f1ed09e607d4797d3ddf768235b6e505923d181e 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-19  Cary Coutant  <ccoutant@google.com>
+
+       * incremental.cc (can_incremental_update): Fix typo in comment.
+       * incremental.h (can_incremental_update): Likewise.
+
 2011-09-18  Cary Coutant  <ccoutant@google.com>
 
        * incremental.cc (can_incremental_update): New function.
index 998c04df271ce47e0bb41c9e4a49e9121b54a5c8..b422827e5a7392bc8108086155a56dcd8835d016 100644 (file)
@@ -161,7 +161,7 @@ Incremental_binary::error(const char* format, ...) const
   va_end(args);
 }
 
-// Return TRUE if a section of type SH_TYPE will can be updated in place
+// Return TRUE if a section of type SH_TYPE can be updated in place
 // during an incremental update.  We can update sections of type PROGBITS,
 // NOBITS, INIT_ARRAY, FINI_ARRAY, PREINIT_ARRAY, and NOTE.  All others
 // will be regenerated.
index 5d1ebda13f8e43f03396737e0111ceb7cd4fbab9..e6732df5ac9bad7c97c76fa72c28379a2ba2cfe0 100644 (file)
@@ -81,7 +81,7 @@ enum Incremental_shlib_symbol_flags
 
 static const int INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT = 30;
 
-// Return TRUE if a section of type SH_TYPE will can be updated in place
+// Return TRUE if a section of type SH_TYPE can be updated in place
 // during an incremental update.
 bool
 can_incremental_update(unsigned int sh_type);
This page took 0.031954 seconds and 4 git commands to generate.