Commit 07ec1009 by Sylvestre Ledru Committed by Sylvestre Ledru

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
parent 7bf72189
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> 2014-08-13 Paolo Carlini <paolo.carlini@oracle.com>
* Fix thinko in the last commit. * Fix thinko in the last commit.
......
...@@ -125,7 +125,7 @@ namespace __gnu_profile ...@@ -125,7 +125,7 @@ namespace __gnu_profile
if (!__is_on()) if (!__is_on())
return; 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); __hashfunc_info* __objs = __get_object_info(__obj);
if (!__objs) if (!__objs)
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment