profiler_hash_func.h: Fix a comment typo

2014-08-12  Sylvestre Ledru  <sylvestre@debian.org>

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

From-SVN: r213914
This commit is contained in:
Sylvestre Ledru 2014-08-13 16:28:39 +00:00 committed by Sylvestre Ledru
parent 7bf721898d
commit 07ec100911
2 changed files with 5 additions and 1 deletions

View 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.

View 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;