Skip to content

Commit 5a7628d

Browse files
author
Kai Luo
committed
Adjust comment
1 parent a09e74f commit 5a7628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::thread;
33

44
fn get_actual_fn_pointer(fp: usize) -> usize {
55
// On AIX, the function name references a function descriptor.
6-
// A function descriptor is consisted of (See https://reviews.llvm.org/D62532)
6+
// A function descriptor consists of (See https://reviews.llvm.org/D62532)
77
// * The address of the entry point of the function.
88
// * The TOC base address for the function.
99
// * The environment pointer.

0 commit comments

Comments
 (0)