aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <[email protected]>2021-02-15 09:25:56 +0100
committerQuentin Carbonneaux <[email protected]>2021-02-16 11:37:55 +0100
commit4756643e58965eb21e0bf2ddb45ddb24b9f8bf03 (patch)
treec2c340b56cbc587cdd3901288443bfe811c75dc4
parent496c069405cd79aed968f59dd5a5f92d1f96809f (diff)
docs/llvm: Fix typo jeoparadized -> jeopardized
-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.