diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 21ee3fd70f08..765460b3f8b8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-09-16 Jonathan Wakely + + * doc/xml/manual/profile_mode.xml: Fix typo. + * doc/html/manual/profile_mode_devel.html: Regenerate. + 2016-09-16 Jonathan Wakely Marc Glisse diff --git a/libstdc++-v3/doc/html/manual/profile_mode_devel.html b/libstdc++-v3/doc/html/manual/profile_mode_devel.html index cb0c9de828b0..2521dd66811b 100644 --- a/libstdc++-v3/doc/html/manual/profile_mode_devel.html +++ b/libstdc++-v3/doc/html/manual/profile_mode_devel.html @@ -34,7 +34,7 @@ include/profile/impl/profiler.h. Hook names must start with __profcxx_. Make sure they transform - in no code with -D_NO_GLBICXX_PROFILE_MAGIC. + in no code with -D_NO_GLIBCXX_PROFILE_MAGIC. Make sure all calls to any method in namespace __gnu_profile is protected against reentrance using macro _GLIBCXX_PROFILE_REENTRANCE_GUARD. @@ -64,4 +64,4 @@ include/profile/impl/profiler_trace.h. Use __trace_vector_to_list as an example.

Add documentation in file doc/xml/manual/profile_mode.xml. -

\ No newline at end of file +

diff --git a/libstdc++-v3/doc/xml/manual/profile_mode.xml b/libstdc++-v3/doc/xml/manual/profile_mode.xml index 0125f55a6295..2f5eb6bfe515 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. include/profile/impl/profiler.h. Hook names must start with __profcxx_. Make sure they transform - in no code with -D_NO_GLBICXX_PROFILE_MAGIC. + in no code with -D_NO_GLIBCXX_PROFILE_MAGIC. Make sure all calls to any method in namespace __gnu_profile is protected against reentrance using macro _GLIBCXX_PROFILE_REENTRANCE_GUARD.