aboutsummaryrefslogtreecommitdiff
path: root/libitm
diff options
context:
space:
mode:
Diffstat (limited to 'libitm')
-rw-r--r--libitm/beginend.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libitm/beginend.cc b/libitm/beginend.cc
index 51480f22a9a..5ae0fba987c 100644
--- a/libitm/beginend.cc
+++ b/libitm/beginend.cc
@@ -200,7 +200,7 @@ GTM::gtm_thread::begin_transaction (uint32_t prop, const gtm_jmpbuf *jb)
{
// Note that the snapshot of htm_fastpath that we take here could be
// outdated, and a different method group than dispatch_htm may have
- // been chosen in the meantime. Therefore, take care not not touch
+ // been chosen in the meantime. Therefore, take care not to touch
// anything besides the serial lock, which is independent of method
// groups.
for (uint32_t t = serial_lock.get_htm_fastpath(); t; t--)