Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2022-02-02 09:08:12 +09:00
parent 0b2f6b942b
commit aff4b2194f
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

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