]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
profiler_hash_func.h: Fix a comment typo
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 13 Aug 2014 16:28:39 +0000 (16:28 +0000)
committerSylvestre Ledru <sylvestre@gcc.gnu.org>
Wed, 13 Aug 2014 16:28:39 +0000 (16:28 +0000)
2014-08-12  Sylvestre Ledru  <sylvestre@debian.org>

        * include/profile/impl/profiler_hash_func.h: Fix a comment typo

From-SVN: r213914

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

index 411bb1565f728d17cc452b65f3f54dd25dbc4995..ae447138e1a92e3478bd49fd354b0ce92cf3864c 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 79e4c4a33da411da8707d18d39b133327962ccd3..27d67e8a29c0c8902b26153cf849ed09354c8a57 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;