diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-28 09:01:17 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-28 09:01:17 +0000 |
commit | 49bae0431656af1f24d9d7fdf238ef8cf55ba686 (patch) | |
tree | 6a030110200a2316ae7d538bd0097225c74a0572 /gnu/egcs/gcc/rtl.texi | |
parent | 2a98051bbfed88ae0fee77862ed31af2c01683bd (diff) |
Fix *.texinfo warnings in gnu/.
espie@ request and OK
Diffstat (limited to 'gnu/egcs/gcc/rtl.texi')
-rw-r--r-- | gnu/egcs/gcc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/rtl.texi b/gnu/egcs/gcc/rtl.texi index ebb07acabb2..b15baab6c01 100644 --- a/gnu/egcs/gcc/rtl.texi +++ b/gnu/egcs/gcc/rtl.texi @@ -866,7 +866,7 @@ mode @var{m}. This macro can only be used for modes whose bitsize is less than or equal to @code{HOST_BITS_PER_INT}. @findex GET_MODE_ALIGNMENT -@item GET_MODE_ALIGNMENT (@var{m)}) +@item GET_MODE_ALIGNMENT (@var{m}) Return the required alignment, in bits, for an object of mode @var{m}. @findex GET_MODE_UNIT_SIZE |