summaryrefslogtreecommitdiff
path: root/src/jit/morph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/morph.cpp')
-rw-r--r--src/jit/morph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp
index 0b8e93ae08..3cd314d675 100644
--- a/src/jit/morph.cpp
+++ b/src/jit/morph.cpp
@@ -10900,7 +10900,7 @@ ASG_OP:
// optimization. This code is previously from UTC where it notes it was taken from
// _The_PowerPC_Compiler_Writer's_Guide_, pages 57-58.
// The paper it is based on is "Division by invariant integers using multiplication"
-// by Torbjörn Granlund and Peter L. Montgomery in PLDI 94
+// by Torbjorn Granlund and Peter L. Montgomery in PLDI 94
template <typename T>
T GetSignedMagicNumberForDivide(T denom, int *shift /*out*/)