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