diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-04 21:07:44 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-04 21:07:44 +0000 |
| commit | e13b1b3e1daaf8c428fd9e2f6209f7795512298d (patch) | |
| tree | fc6531c9a6079e2cf11d574aeb567dcff78f6a5a /libstdc++-v3/include/profile/impl | |
| parent | 8ebcc9884e183b85b33f03fe6d7ba842784165ea (diff) | |
| download | ppe42-gcc-e13b1b3e1daaf8c428fd9e2f6209f7795512298d.tar.gz ppe42-gcc-e13b1b3e1daaf8c428fd9e2f6209f7795512298d.zip | |
2013-07-04 Veres Lajos <vlajos@gmail.com>
Jonathan Wakely <jwakely.gcc@gmail.com>
* config/locale/generic/codecvt_members.cc: Fix typo.
* configure.host: Likewise.
* doc/html/manual/policy_data_structures_design.html: Likewise.
* doc/xml/manual/policy_data_structures.xml: Likewise.
* include/bits/hashtable.h: Likewise.
* include/bits/random.h: Likewise.
* include/profile/impl/profiler_trace.h: Likewise.
* testsuite/23_containers/deque/cons/2.cc: Likewise.
* testsuite/23_containers/deque/debug/shrink_to_fit.cc: Likewise.
* testsuite/ext/pb_ds/example/basic_multimap.cc: Likewise.
* testsuite/performance/23_containers/insert_erase/41975.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200681 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/profile/impl')
| -rw-r--r-- | libstdc++-v3/include/profile/impl/profiler_trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/profile/impl/profiler_trace.h b/libstdc++-v3/include/profile/impl/profiler_trace.h index c5907f849e6..f7f2216ebb1 100644 --- a/libstdc++-v3/include/profile/impl/profiler_trace.h +++ b/libstdc++-v3/include/profile/impl/profiler_trace.h @@ -283,7 +283,7 @@ namespace __gnu_profile if (__stack_it == __stack_table.end()) { - // First occurence of this call context. + // First occurrence of this call context. if (__max_mem() == 0 || __stack_table_byte_size < __max_mem()) { __stack_table_byte_size |

