We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09e74f commit 5a7628dCopy full SHA for 5a7628d
tests/smoke.rs
@@ -3,7 +3,7 @@ use std::thread;
3
4
fn get_actual_fn_pointer(fp: usize) -> usize {
5
// On AIX, the function name references a function descriptor.
6
- // A function descriptor is consisted of (See https://reviews.llvm.org/D62532)
+ // A function descriptor consists of (See https://reviews.llvm.org/D62532)
7
// * The address of the entry point of the function.
8
// * The TOC base address for the function.
9
// * The environment pointer.
0 commit comments