From 6ee3fd9742d3c0463ea6b7d5d195f2be4e9c31fa Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Fri, 16 Sep 2016 23:09:15 +0100
Subject: [PATCH] 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
---
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/profile_mode_devel.html | 4 ++--
libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 21ee3fd70f0..765460b3f8b 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 cb0c9de828b..2521dd66811 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
.
-