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>
* 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;
......
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