summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/delegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/delegate.cpp')
-rw-r--r--src/lib/util/delegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/delegate.cpp b/src/lib/util/delegate.cpp
index eff36ba6192..3173cac5879 100644
--- a/src/lib/util/delegate.cpp
+++ b/src/lib/util/delegate.cpp
@@ -214,7 +214,7 @@ delegate_generic_function delegate_mfp_msvc::adjust_this_pointer(delegate_generi
// 48 ff e0 jmp rax
// Trying to decode these thunks likely isn't worth the effort.
// Chasing performance in unoptimised builds isn't very useful,
- // and the format of these thinks may be fragile.
+ // and the format of these thunks may be fragile.
// not something we can easily bypass
break;