Skip to content

Commit 5caf5a6

Browse files
johnno1962ellishg
andauthored
Update lld/MachO/Options.td
Co-authored-by: Ellis Hoag <[email protected]>
1 parent c47e5c3 commit 5caf5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def interposable : Flag<["-"], "interposable">,
397397
HelpText<"Indirects access to all exported symbols in an image">,
398398
Group<grp_opts>;
399399
def read_threads : Joined<["--"], "read-threads=">,
400-
HelpText<"Number of threads to use if pro-actively paging in files.">,
400+
HelpText<"Number of threads to use if proactively paging in files.">,
401401
Group<grp_lld>;
402402
def order_file : Separate<["-"], "order_file">,
403403
MetaVarName<"<file>">,

0 commit comments

Comments
 (0)