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:
parent
7bf721898d
commit
07ec100911
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue