diff options
Diffstat (limited to 'gcc/doc/plugins.texi')
-rw-r--r-- | gcc/doc/plugins.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi index 8aac0f7b65c..d446f9fd5c6 100644 --- a/gcc/doc/plugins.texi +++ b/gcc/doc/plugins.texi @@ -317,7 +317,7 @@ custom attributes. /* Attribute handler callback */ static tree handle_user_attribute (tree *node, tree name, tree args, - int flags, bool *no_add_attrs) + int flags, bool *no_add_attrs) @{ return NULL_TREE; @} @@ -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. |