From 07ec100911c69cb9381196510ca7ef81879cd96b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 13 Aug 2014 16:28:39 +0000 Subject: [PATCH] profiler_hash_func.h: Fix a comment typo 2014-08-12 Sylvestre Ledru * include/profile/impl/profiler_hash_func.h: Fix a comment typo From-SVN: r213914 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/profile/impl/profiler_hash_func.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 411bb1565f7..ae447138e1a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2014-08-12 Sylvestre Ledru + + * include/profile/impl/profiler_hash_func.h: Fix a comment typo + 2014-08-13 Paolo Carlini * Fix thinko in the last commit. diff --git a/libstdc++-v3/include/profile/impl/profiler_hash_func.h b/libstdc++-v3/include/profile/impl/profiler_hash_func.h index 79e4c4a33da..27d67e8a29c 100644 --- a/libstdc++-v3/include/profile/impl/profiler_hash_func.h +++ b/libstdc++-v3/include/profile/impl/profiler_hash_func.h @@ -125,7 +125,7 @@ namespace __gnu_profile if (!__is_on()) return; - // First find the item from the live objects and update the informations. + // First find the item from the live objects and update the information. __hashfunc_info* __objs = __get_object_info(__obj); if (!__objs) return;