aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
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 /gcc/doc/tm.texi
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
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
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