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;