Skip to content

Commit 4489fa2

Browse files
committed
Merge pull request #249 from diejmon/master
Fix typos in ErrorHandlingRationale.rst
2 parents ba89ae6 + 154c244 commit 4489fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ErrorHandlingRationale.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ not free:
768768
which on our platforms means a function call because we're not
769769
willing to commit to anything more specific in the ABI.
770770
771-
* Jumping across arbitary frames invalidates the callee-save
771+
* Jumping across arbitrary frames invalidates the callee-save
772772
registers, so the registering frame must save them all eagerly. In
773773
calling conventions with many callee-save registers, this can be
774774
very expensive. However, this is only necessary when it's possible

0 commit comments

Comments
 (0)