diff options
author | James A Morrison <ja2morri@student.math.uwaterloo.ca> | 2003-04-07 07:31:47 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-04-07 07:31:47 +0000 |
commit | 85ebf0c676b36d8f2066e714a483689fe019a168 (patch) | |
tree | 83cb5eedb55eccb871440706430b6ebe40d326f6 /gcc | |
parent | d78e771d468c7280b95c7dbbafcdd87d69357d80 (diff) | |
download | gcc-85ebf0c676b36d8f2066e714a483689fe019a168.zip gcc-85ebf0c676b36d8f2066e714a483689fe019a168.tar.gz gcc-85ebf0c676b36d8f2066e714a483689fe019a168.tar.bz2 |
* doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
From-SVN: r65324
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 292c63e..f8fabd1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca> + + * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS. + 2003-04-06 Zack Weinberg <zack@codesourcery.com> * tree.c (tree_size): For all 'c' and 'x' nodes, look directly diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 07efa56..22d127f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -6543,7 +6543,7 @@ declarations. The following pragmas are available for all architectures running the Darwin operating system. These are useful for compatibility with other -MacOS compilers. +Mac OS compilers. @table @code @item mark @var{tokens}@dots{} |