Skip to content

Commit bf2afe0

Browse files
authored
[docs] Fix typo in DebuggingTheCompiler.md
specfied -> specified
1 parent 80b1d53 commit bf2afe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DebuggingTheCompiler.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ A short (non-exhaustive) list of SIL printing options:
233233
`-sil-print-function` and/or `-sil-print-functions`.
234234

235235
* `-Xllvm -sil-print-before=$PASS_NAME`: Like `-sil-print-around`, but prints
236-
the SIL only _before_ the specfied pass runs.
236+
the SIL only _before_ the specified pass runs.
237237

238238
* `-Xllvm -sil-print-after=$PASS_NAME`: Like `-sil-print-around`, but prints
239-
the SIL only _after_ the specfied pass did run.
239+
the SIL only _after_ the specified pass did run.
240240

241241
NOTE: This may emit a lot of text to stderr, so be sure to pipe the
242242
output to a file.

0 commit comments

Comments
 (0)