diff options
Diffstat (limited to 'src/stack.cc')
| -rw-r--r-- | src/stack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stack.cc b/src/stack.cc index da5c31eab3..e4d1133390 100644 --- a/src/stack.cc +++ b/src/stack.cc @@ -63,7 +63,7 @@ void Frame::SetReturnPC(uintptr_t pc) { * +========================+ {Note: start of callee's frame} * | core callee-save spill | {variable sized} * +------------------------+ - * | fp calle-save spill | + * | fp callee-save spill | * +------------------------+ * | V[locals-1] | * | V[locals-2] | |