Skip to content

Commit 340cf6d

Browse files
committed
Replace non-ASCII characters in EH doc
1 parent a7e8689 commit 340cf6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

abi-eh.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ <h5> 2.5.3 Exception Handlers </h5>
17741774
<ul>
17751775
<li> Locates the most recently caught exception
17761776
and decrements its handler count.
1777-
<li> Removes the exception from the caughtÓexception stack,
1777+
<li> Removes the exception from the caught-exception stack,
17781778
if the handler count goes to zero.
17791779
<li> Destroys the exception if the handler count goes to zero,
17801780
and the exception was not re-thrown by <code>throw</code>.
@@ -2220,7 +2220,7 @@ <h6> 3.5.1.2 Generated Catch Code </h6>
22202220

22212221
// In "Exception" area;
22222222
L1: // Landing Pad label
2223-
[Back-end generated ÒcompensationÓ code]
2223+
[Back-end generated "compensation" code]
22242224
goto C1;
22252225

22262226
C1: // Cleanup label

0 commit comments

Comments
 (0)