Skip to content

Commit d251a32

Browse files
authored
[BOLT] Fix typo from alterantive to alternative (llvm#99704)
Fix typo from `alterantive` -> `alternative` Signed-off-by: Jordan Brantner <brantnej@oregonstate.edu>
1 parent 1f8b2b1 commit d251a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bolt/docs/CommandLineArgumentReference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
- `--comp-dir-override=<string>`
9090

91-
Overrides DW_AT_comp_dir, and provides an alterantive base location, which is
91+
Overrides DW_AT_comp_dir, and provides an alternative base location, which is
9292
used with DW_AT_dwo_name to construct a path to *.dwo files.
9393

9494
- `--create-debug-names-section`

bolt/lib/Core/BinaryContext.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PrintMemData("print-mem-data",
7171

7272
cl::opt<std::string> CompDirOverride(
7373
"comp-dir-override",
74-
cl::desc("overrides DW_AT_comp_dir, and provides an alterantive base "
74+
cl::desc("overrides DW_AT_comp_dir, and provides an alternative base "
7575
"location, which is used with DW_AT_dwo_name to construct a path "
7676
"to *.dwo files."),
7777
cl::Hidden, cl::init(""), cl::cat(BoltCategory));

0 commit comments

Comments
 (0)