Skip to content

Commit d65baf4

Browse files
authored
Merge pull request #58 from nickrchambers/abi-typo-patch
Fix typo in ABI description
2 parents 8db4972 + d4aad5e commit d65baf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ <h4><a href="#vtable-general"> 2.5.1 General </a></h4>
10341034
<ul>
10351035
<li> Offsets are of type <code>ptrdiff_t</code> unless otherwise stated.
10361036
<li> Data pointers have normal pointer size and alignment.
1037-
<li> On Itanium, function pointers are pairs: the function address follwed
1037+
<li> On Itanium, function pointers are pairs: the function address followed
10381038
by the global pointer value that should be used when calling the
10391039
function, aligned as for a pointer. On other
10401040
platforms, function pointers are represented as they would be in any

0 commit comments

Comments
 (0)