From c08685d3bfb26118d869c8a0fa70883fb5c44393 Mon Sep 17 00:00:00 2001 From: "J. Gavin Ray" Date: Fri, 4 Dec 2015 06:22:20 -0800 Subject: [PATCH] Typo in Documentation afer -> after --- docs/DebuggingTheCompiler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DebuggingTheCompiler.rst b/docs/DebuggingTheCompiler.rst index 5f453f7781c4f..9faf8b9cbec13 100644 --- a/docs/DebuggingTheCompiler.rst +++ b/docs/DebuggingTheCompiler.rst @@ -43,7 +43,7 @@ Here is how to dump the IR after the main phases of the swift compiler swiftc -emit-ir -Xfrontend -disable-llvm-optzns -O file.swift -4. **LLVM passes**. To print the LLVM IR afer LLVM passes:: +4. **LLVM passes**. To print the LLVM IR after LLVM passes:: swiftc -emit-ir -O file.swift