Fix typo in Libstdc++ Profile Mode docs

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

From-SVN: r240204
This commit is contained in:
Jonathan Wakely 2016-09-16 23:09:15 +01:00 committed by Jonathan Wakely
parent 714c237756
commit 6ee3fd9742
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2016-09-16 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/profile_mode.xml: Fix typo.
* doc/html/manual/profile_mode_devel.html: Regenerate.
2016-09-16 Jonathan Wakely <jwakely@redhat.com>
Marc Glisse <marc.glisse@inria.fr>

View File

@ -34,7 +34,7 @@
<code class="code">include/profile/impl/profiler.h</code>.
Hook names must start with <code class="code">__profcxx_</code>.
Make sure they transform
in no code with <code class="code">-D_NO_GLBICXX_PROFILE_MAGIC</code>.
in no code with <code class="code">-D_NO_GLIBCXX_PROFILE_MAGIC</code>.
Make sure all calls to any method in namespace <code class="code">__gnu_profile</code>
is protected against reentrance using macro
<code class="code">_GLIBCXX_PROFILE_REENTRANCE_GUARD</code>.

View File

@ -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>.