diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-30 16:05:21 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-30 16:05:21 +0000 |
commit | b62e1ab29e7cd874f4f46c9f2607b3e17601232c (patch) | |
tree | e29df3c25afd7c0616dbf4df53bb12748e4a72e4 /gcc/doc/options.texi | |
parent | 3afe906b6e3668c7caba46259776d3c3c3642dbd (diff) | |
download | gcc-b62e1ab29e7cd874f4f46c9f2607b3e17601232c.tar.gz |
* tree-ssanames.c: Fix a comment typo.
* doc/options.texi: Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99038 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/options.texi')
-rw-r--r-- | gcc/doc/options.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi index d5d1984de52..2ab189317da 100644 --- a/gcc/doc/options.texi +++ b/gcc/doc/options.texi @@ -167,7 +167,7 @@ the value 1 when the option is active and 0 otherwise. If you use @code{Var} to attach the option to a different variable, the associated macros are called @code{OPTION_MASK_@var{name}} and @code{OPTION_@var{name}} respectively. -You can disable automatic bit alloction using @code{MaskExists}. +You can disable automatic bit allocation using @code{MaskExists}. @item InverseMask(@var{othername}) @itemx InverseMask(@var{othername}, @var{thisname}) |