aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-24 19:45:30 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-24 19:45:30 +0000
commit300c667a526b1801bfb5ad87a91852a0715d3698 (patch)
tree2d03f4ebd07b63444691062d52b0d9cfeccbfe24
parentf9b7f54d6e891d8eee66ca14b2d262b57191c7d6 (diff)
* doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116385 138bc75d-0d04-0410-961f-82ee72b054a4
-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 7c1aa4eeeb2..5d27b877677 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 9063928711c..29c1ce2b90e 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