diff options
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/profile/impl/profiler_hash_func.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 411bb15..ae44713 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2014-08-12 Sylvestre Ledru <sylvestre@debian.org> + + * include/profile/impl/profiler_hash_func.h: Fix a comment typo + 2014-08-13 Paolo Carlini <paolo.carlini@oracle.com> * 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 79e4c4a..27d67e8 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; |