summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2021-02-15 09:25:56 +0100
committerQuentin Carbonneaux <quentin@c9x.me>2021-02-16 11:37:55 +0100
commit4756643e58965eb21e0bf2ddb45ddb24b9f8bf03 (patch)
treec2c340b56cbc587cdd3901288443bfe811c75dc4 /doc
parent496c069405cd79aed968f59dd5a5f92d1f96809f (diff)
downloadroux-4756643e58965eb21e0bf2ddb45ddb24b9f8bf03.tar.gz
docs/llvm: Fix typo jeoparadized -> jeopardized
Diffstat (limited to 'doc')
-rw-r--r--doc/llvm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/llvm.txt b/doc/llvm.txt
index cb18b58..a21fc1f 100644
--- a/doc/llvm.txt
+++ b/doc/llvm.txt
@@ -92,7 +92,7 @@ are a few things provided in QBE to consider.
 
     Because QBE makes a much lighter use of types, the
     IL is more readable and shorter.  It can of course be
-    argued back that the correctness of QBE is jeoparadized,
+    argued back that the correctness of QBE is jeopardized,
     but remember that, in practice, the large amount
     of casts necessary in LLVM IL is undermining the
     overall effectiveness of the type system.