summaryrefslogtreecommitdiff
path: root/doc/yjit
diff options
context:
space:
mode:
Diffstat (limited to 'doc/yjit')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index a7ad205f5c..7018b333db 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -89,7 +89,7 @@ make -j16 install
Typically configure will choose default C compiler. To specify the C compiler, use
```
# Choosing a specific c compiler
-export CC=/path/to/my/choosen/c/compiler
+export CC=/path/to/my/chosen/c/compiler
```
before running `./configure`.