aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-08-13 16:28:39 +0000
committerSylvestre Ledru <sylvestre@gcc.gnu.org>2014-08-13 16:28:39 +0000
commit07ec100911c69cb9381196510ca7ef81879cd96b (patch)
tree2f567b18e43f38bcb5d96a0d7be85c7cf18c8928 /libstdc++-v3/include
parent7bf721898dcaba6c8138acfe61eec9203465800e (diff)
downloadgcc-07ec100911c69cb9381196510ca7ef81879cd96b.zip
gcc-07ec100911c69cb9381196510ca7ef81879cd96b.tar.gz
gcc-07ec100911c69cb9381196510ca7ef81879cd96b.tar.bz2
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
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r--libstdc++-v3/include/profile/impl/profiler_hash_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/profile/impl/profiler_hash_func.h b/libstdc++-v3/include/profile/impl/profiler_hash_func.h
index 79e4c4a..27d67e8 100644
--- a/libstdc++-v3/include/profile/impl/profiler_hash_func.h
+++ b/libstdc++-v3/include/profile/impl/profiler_hash_func.h
@@ -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;