diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2009-12-16 00:49:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2009-12-16 00:49:41 +0000 |
commit | a4ce9883e672803a8c3fb3e41948a71864fb925e (patch) | |
tree | 9865a14734004817baf473050220b5353ccac257 /gcc/doc/plugins.texi | |
parent | dc899dbd822868367b32c9fe2656239163e94029 (diff) | |
download | gcc-a4ce9883e672803a8c3fb3e41948a71864fb925e.zip gcc-a4ce9883e672803a8c3fb3e41948a71864fb925e.tar.gz gcc-a4ce9883e672803a8c3fb3e41948a71864fb925e.tar.bz2 |
invoke.texi, [...]: Fix typos.
* doc/invoke.texi, doc/options.texi, doc/plugins.texi,
doc/tm.texi: Fix typos.
From-SVN: r155281
Diffstat (limited to 'gcc/doc/plugins.texi')
-rw-r--r-- | gcc/doc/plugins.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi index 5562534..d446f9f 100644 --- a/gcc/doc/plugins.texi +++ b/gcc/doc/plugins.texi @@ -399,7 +399,7 @@ When a pass is first added to one of the pass lists, the event @section Building GCC plugins If plugins are enabled, GCC installs the headers needed to build a -plugin (somehwere in the installation tree, e.g. under +plugin (somewhere in the installation tree, e.g. under @file{/usr/local}). In particular a @file{plugin/include} directory is installed, containing all the header files needed to build plugins. |