summaryrefslogtreecommitdiff
path: root/src/unwinder
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-05-24 07:43:42 -0700
committerStephen Toub <stoub@microsoft.com>2018-05-24 10:43:42 -0400
commit58254b513146b138e80b3abea62c56322abf1807 (patch)
treed6b09e0fb79169d6380b9aa9becf7459d514fc75 /src/unwinder
parentf001fd476893730d98d7e3e9f2d17175e8d9b478 (diff)
downloadcoreclr-58254b513146b138e80b3abea62c56322abf1807.tar.gz
coreclr-58254b513146b138e80b3abea62c56322abf1807.tar.bz2
coreclr-58254b513146b138e80b3abea62c56322abf1807.zip
Fix a variety of typos (#18096)
* absense -> absence * aboring -> aborting * absense -> absence * absoute -> absolute * absoute -> absolute * abstration -> abstraction * dwDesiredAcces -> dwDesiredAccess * accees -> access * accesed -> accessed * accessability -> accessibility * accessable -> accessible * accidentaly -> accidentally * accesible -> accessible * accommondate -> accommodate * accurancy -> accuracy * accuratley -> accurately * Achitecture -> Architecture * acompannying -> accompanying * acordingly -> accordingly
Diffstat (limited to 'src/unwinder')
-rw-r--r--src/unwinder/arm64/unwinder_arm64.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unwinder/arm64/unwinder_arm64.cpp b/src/unwinder/arm64/unwinder_arm64.cpp
index 1edb94a746..c9f07eb4b7 100644
--- a/src/unwinder/arm64/unwinder_arm64.cpp
+++ b/src/unwinder/arm64/unwinder_arm64.cpp
@@ -460,7 +460,7 @@ Arguments:
SpOffset - Specifies a stack offset. Positive values are simply used
as a base offset. Negative values assume a predecrement behavior:
- a 0 offset is used for restoration, but the absoute value of the
+ a 0 offset is used for restoration, but the absolute value of the
offset is added to the final Sp.
FirstRegister - Specifies the index of the first register to restore.
@@ -536,7 +536,7 @@ Arguments:
SpOffset - Specifies a stack offset. Positive values are simply used
as a base offset. Negative values assume a predecrement behavior:
- a 0 offset is used for restoration, but the absoute value of the
+ a 0 offset is used for restoration, but the absolute value of the
offset is added to the final Sp.
FirstRegister - Specifies the index of the first register to restore.