aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <wendling@apple.com>2006-08-24 19:45:30 +0000
committerMike Stump <mrs@gcc.gnu.org>2006-08-24 19:45:30 +0000
commit8b7d430070c313ad66b88379a4358c5cc1b8c17a (patch)
tree2d03f4ebd07b63444691062d52b0d9cfeccbfe24
parent7ef701a84adb2a71e690061c7cc190ec73b270c5 (diff)
downloadgcc-8b7d430070c313ad66b88379a4358c5cc1b8c17a.zip
gcc-8b7d430070c313ad66b88379a4358c5cc1b8c17a.tar.gz
gcc-8b7d430070c313ad66b88379a4358c5cc1b8c17a.tar.bz2
* doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English.
From-SVN: r116385
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/tm.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7c1aa4e..5d27b87 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-24 Bill Wendling <wendling@apple.com>
+
+ * doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English.
+
2006-08-24 Jan Hubicka <jh@suse.cz>
* reload1.c (emit_reload_insns): Fix yet another typo in my patch.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 9063928..29c1ce2 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -9473,7 +9473,7 @@ arguments of @samp{#pragma pack}.
@defmac TARGET_DEFAULT_PACK_STRUCT
If your target requires a structure packing default other than 0 (meaning
the machine default), define this macro to the necessary value (in bytes).
-This must be a value that would also valid to be used with
+This must be a value that would also be valid to use with
@samp{#pragma pack()} (that is, a small power of two).
@end defmac