Skip to content

Commit a7f2fbd

Browse files
committed
Merge pull request #176 from DaGopherboy/typo-fix
Typo in DebuggingTheCompiler.rst
2 parents ab4e8c2 + c08685d commit a7f2fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DebuggingTheCompiler.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here is how to dump the IR after the main phases of the swift compiler
4343

4444
swiftc -emit-ir -Xfrontend -disable-llvm-optzns -O file.swift
4545

46-
4. **LLVM passes**. To print the LLVM IR afer LLVM passes::
46+
4. **LLVM passes**. To print the LLVM IR after LLVM passes::
4747

4848
swiftc -emit-ir -O file.swift
4949

0 commit comments

Comments
 (0)