2014-08-12 Sylvestre Ledru <sylvestre@debian.org>
authorsylvestre <sylvestre@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Aug 2014 16:28:39 +0000 (16:28 +0000)
committersylvestre <sylvestre@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Aug 2014 16:28:39 +0000 (16:28 +0000)
        * include/profile/impl/profiler_hash_func.h: Fix a comment typo

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213914 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/profile/impl/profiler_hash_func.h

index 411bb15..ae44713 100644 (file)
@@ -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.
index 79e4c4a..27d67e8 100644 (file)
@@ -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;