* incremental.cc (can_incremental_update): Fix typo in comment.

* incremental.h (can_incremental_update): Likewise.
This commit is contained in:
Cary Coutant
2011-09-19 19:29:55 +00:00
parent 562f943bcc
commit 0c9350c83f
3 changed files with 7 additions and 2 deletions

View 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.