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`.