OSDN Git Service

* doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Aug 2006 19:45:30 +0000 (19:45 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Aug 2006 19:45:30 +0000 (19:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116385 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/tm.texi

index 7c1aa4e..5d27b87 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 9063928..29c1ce2 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