aboutsummaryrefslogtreecommitdiff
path: root/gold/dynobj.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-06-02 13:43:24 +0000
committerNick Clifton <nickc@redhat.com>2011-06-02 13:43:24 +0000
commitcc643b88f142802bf907b2f28ff47c4d1bf55e8b (patch)
tree5c8a5339fd1d59cb602ea4d452658e69fbe9bad1 /gold/dynobj.h
parent4c422395e61397529b6bbafc7fa5c0e28b4c56dc (diff)
downloadfsf-binutils-gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.zip
fsf-binutils-gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.gz
fsf-binutils-gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.bz2
Fix spelling mistakes.
Diffstat (limited to 'gold/dynobj.h')
-rw-r--r--gold/dynobj.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/dynobj.h b/gold/dynobj.h
index d26b8a7..1f3243f 100644
--- a/gold/dynobj.h
+++ b/gold/dynobj.h
@@ -1,6 +1,6 @@
// dynobj.h -- dynamic object support for gold -*- C++ -*-
-// Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of gold.
@@ -652,7 +652,7 @@ class Versions
// Contents of --version-script, if passed, or NULL.
const Version_script_info& version_script_;
// Whether we need to insert a base version. This is only used for
- // shared libaries and is cleared when the base version is defined.
+ // shared libraries and is cleared when the base version is defined.
bool needs_base_version_;
};