diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 01:36:57 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 01:36:57 +0000 |
commit | b3d47662d58355dec794698de8641ddeb5dbc8af (patch) | |
tree | a9c9ed7762521a6520eab46209e136ee537e932b /gcc/doc/portability.texi | |
parent | 09c8496f50ce856b0904a58c4d00fbb363c46a70 (diff) | |
download | gcc-b3d47662d58355dec794698de8641ddeb5dbc8af.tar.gz |
* doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
doc/cppopts.texi, doc/extend.texi, doc/fragments.texi,
doc/frontends.texi, doc/gcov.texi, doc/hostconfig.texi,
doc/implement-c.texi, doc/install.texi, doc/invoke.texi,
doc/libgcc.texi, doc/md.texi, doc/passes.texi,
doc/portability.texi, doc/rtl.texi, doc/sourcebuild.texi,
doc/standards.texi, doc/tm.texi, doc/tree-ssa.texi,
doc/trouble.texi: Correct end-of-sentence markup and markup of
"etc.", "e.g." and "i.e.". Use @code in various places where
appropriate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90101 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/portability.texi')
-rw-r--r-- | gcc/doc/portability.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/portability.texi b/gcc/doc/portability.texi index e65e979fcca..c5f8048fabe 100644 --- a/gcc/doc/portability.texi +++ b/gcc/doc/portability.texi @@ -11,7 +11,7 @@ GCC itself aims to be portable to any machine where @code{int} is at least a 32-bit type. It aims to target machines with a flat (non-segmented) byte addressed data address space (the code address space can be separate). -Target ABIs may have 8, 16, 32 or 64-bit @code{int} type. @code{char} +Target ABIs may have 8, 16, 32 or 64-bit @code{int} type. @code{char} can be wider than 8 bits. GCC gets most of the information about the target machine from a machine |