diff options
Diffstat (limited to 'gold/attributes.h')
-rw-r--r-- | gold/attributes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/attributes.h b/gold/attributes.h index d11f5d8..26fe158 100644 --- a/gold/attributes.h +++ b/gold/attributes.h @@ -1,6 +1,6 @@ // attributes.h -- object attributes for gold -*- C++ -*- -// Copyright 2009 Free Software Foundation, Inc. +// Copyright 2009, 2010 Free Software Foundation, Inc. // Written by Doug Kwan <dougkwan@google.com>. // This file contains code adapted from BFD. @@ -257,7 +257,7 @@ class Vendor_object_attributes other_attributes() const { return &this->other_attributes_; } - // Return a new attribute asssociated with TAG. + // Return a new attribute associated with TAG. Object_attribute* new_attribute(int tag); |