summaryrefslogtreecommitdiff
path: root/gold/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/target.h')
-rw-r--r--gold/target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/target.h b/gold/target.h
index 007b16d0dec..f2fdcc9cbbd 100644
--- a/gold/target.h
+++ b/gold/target.h
@@ -461,7 +461,7 @@ class Target
std::string*, std::string*) const;
// make_elf_object hooks. There are four versions of these for
- // different address sizes and endianities.
+ // different address sizes and endianness.
// Set processor specific flags.
void
@@ -544,7 +544,7 @@ class Target
private:
// The implementations of the four do_make_elf_object virtual functions are
- // almost identical except for their sizes and endianity. We use a template.
+ // almost identical except for their sizes and endianness. We use a template.
// for their implementations.
template<int size, bool big_endian>
inline Object*