diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-24 19:45:30 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-24 19:45:30 +0000 |
commit | 300c667a526b1801bfb5ad87a91852a0715d3698 (patch) | |
tree | 2d03f4ebd07b63444691062d52b0d9cfeccbfe24 /gcc/doc | |
parent | f9b7f54d6e891d8eee66ca14b2d262b57191c7d6 (diff) | |
download | gcc-300c667a526b1801bfb5ad87a91852a0715d3698.tar.gz |
* 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
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |