* doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English.
authorBill Wendling <wendling@apple.com>
Thu, 24 Aug 2006 19:45:30 +0000 (19:45 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 24 Aug 2006 19:45:30 +0000 (19:45 +0000)
From-SVN: r116385

gcc/ChangeLog
gcc/doc/tm.texi

index 7c1aa4eeeb2dea5744f15211fc4c4599caad8147..5d27b877677dcb39accb21e31b381b091912b3e6 100644 (file)
@@ -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.
index 9063928711c67fdcdb6a1dcd0a841010a2237a51..29c1ce2b90e67acb60d425cbd724d88e0d4670af 100644 (file)
@@ -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