aboutsummaryrefslogtreecommitdiff
path: root/gold/incremental.cc
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2011-09-19 19:29:55 +0000
committerCary Coutant <ccoutant@google.com>2011-09-19 19:29:55 +0000
commit0c9350c83fd049b1f396a9311a54c6051b0b7a2b (patch)
tree593973f179ffc58d31870d95681e54be9c80d23a /gold/incremental.cc
parent562f943bccc5f35b000983a1aa9f9a8af7b3cad0 (diff)
downloadfsf-binutils-gdb-0c9350c83fd049b1f396a9311a54c6051b0b7a2b.zip
fsf-binutils-gdb-0c9350c83fd049b1f396a9311a54c6051b0b7a2b.tar.gz
fsf-binutils-gdb-0c9350c83fd049b1f396a9311a54c6051b0b7a2b.tar.bz2
* incremental.cc (can_incremental_update): Fix typo in comment.
* incremental.h (can_incremental_update): Likewise.
Diffstat (limited to 'gold/incremental.cc')
-rw-r--r--gold/incremental.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/incremental.cc b/gold/incremental.cc
index 998c04d..b422827 100644
--- a/gold/incremental.cc
+++ b/gold/incremental.cc
@@ -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.