summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/llvm.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/llvm.txt b/doc/llvm.txt
index 9552434..811e45c 100644
--- a/doc/llvm.txt
+++ b/doc/llvm.txt
@@ -66,7 +66,7 @@ are a few things provided in QBE to consider.
     Moreover the ABI implementation in QBE has been
     thoroughly tested by fuzzing and manual tests.
 
-  * LLVM IR is more cluttered with memory operations.
+  * LLVM IL is more cluttered with memory operations.
 
     Implementing SSA construction is hard.  To save its
     users from having to implement it, LLVM provides
@@ -82,7 +82,7 @@ are a few things provided in QBE to consider.
     the IL by three makes it easier for the frontend
     writers to spot bugs in the generated code.
 
-  * LLVM IR is more cluttered with type annotations and
+  * LLVM IL is more cluttered with type annotations and
     casts.
 
     For the sake of advanced optimizations and