summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-12-31 00:25:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-31 00:25:51 +0000
commita3c9585fe7c060a2a0a90615fca315b914ce1ddb (patch)
tree56279f5300e43f32544f21f76eec9708fc0952d6 /gcc/config/rs6000/aix.h
parentc0a112d17e43bc13d4e48f4e3afd087aa1d0ada7 (diff)
downloadgcc-a3c9585fe7c060a2a0a90615fca315b914ce1ddb.tar.gz
aix.h: Fix comment formatting.
* config/rs6000/aix.h: Fix comment formatting. * config/rs6000/rs6000-modes.def: Likewise. * config/rs6000/rs6000.c: Likewise. * config/rs6000/rs6000.h: Likewise. * config/rs6000/rs6000.md: Likewise. From-SVN: r75252
Diffstat (limited to 'gcc/config/rs6000/aix.h')
-rw-r--r--gcc/config/rs6000/aix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h
index e6d8e1f1c86..3318621a253 100644
--- a/gcc/config/rs6000/aix.h
+++ b/gcc/config/rs6000/aix.h
@@ -128,7 +128,7 @@
#define LIB_SPEC "%{pg:-L/lib/profiled -L/usr/lib/profiled}\
%{p:-L/lib/profiled -L/usr/lib/profiled} %{!shared:%{g*:-lg}} -lc"
-/* This now supports a natural alignment mode. */
+/* This now supports a natural alignment mode. */
/* AIX word-aligns FP doubles but doubleword-aligns 64-bit ints. */
#define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
(TARGET_ALIGN_NATURAL ? (COMPUTED) : \