* doc/xml/manual/profile_mode.xml: Fix typo.
        * doc/html/manual/profile_mode_devel.html: Regenerate.

Committed to trunk.

commit 70bd84b48945ab73c35f0c841614dc51f72697ca
Author: redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Sep 16 22:09:15 2016 +0000

    Fix typo in Libstdc++ Profile Mode docs
    
        * doc/xml/manual/profile_mode.xml: Fix typo.
        * doc/html/manual/profile_mode_devel.html: Regenerate.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240204 
138bc75d-0d04-0410-961f-82ee72b054a4

diff --git a/libstdc++-v3/doc/xml/manual/profile_mode.xml 
b/libstdc++-v3/doc/xml/manual/profile_mode.xml
index 0125f55..2f5eb6bf 100644
--- a/libstdc++-v3/doc/xml/manual/profile_mode.xml
+++ b/libstdc++-v3/doc/xml/manual/profile_mode.xml
@@ -619,7 +619,7 @@ it helps the user focus on the key problems and ignore the 
uninteresting ones.
    <code>include/profile/impl/profiler.h</code>.
    Hook names must start with <code>__profcxx_</code>.
    Make sure they transform
-   in no code with <code>-D_NO_GLBICXX_PROFILE_MAGIC</code>.
+   in no code with <code>-D_NO_GLIBCXX_PROFILE_MAGIC</code>.
    Make sure all calls to any method in namespace <code>__gnu_profile</code>
    is protected against reentrance using macro
    <code>_GLIBCXX_PROFILE_REENTRANCE_GUARD</code>.

Reply via email to