diff options
Diffstat (limited to 'bfd/sparcnetbsd.c')
-rw-r--r-- | bfd/sparcnetbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sparcnetbsd.c b/bfd/sparcnetbsd.c index 4277bb8..c21f063 100644 --- a/bfd/sparcnetbsd.c +++ b/bfd/sparcnetbsd.c @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_IS_BIG_ENDIAN_P /* SPARC chips use either 4K or 8K pages, but object files always - assume 8K page alignment so they will work on either one. */ + assume 8K page alignment so they will work on either one. */ #define TARGET_PAGE_SIZE 0x2000 #define DEFAULT_ARCH bfd_arch_sparc |