diff options
| author | Syohei YOSHIDA <[email protected]> | 2015-04-27 09:35:55 +0900 |
|---|---|---|
| committer | Syohei YOSHIDA <[email protected]> | 2015-04-27 09:35:55 +0900 |
| commit | c261c01598a8872393ee94b084579d150dd8220c (patch) | |
| tree | b79e5cd3a1a2a8f90343e64c8635839eac91ae74 /doc/compile | |
| parent | 5c25a9a6a98f22a848784cb3e4bb5234dc76ec24 (diff) | |
| download | mruby-c261c01598a8872393ee94b084579d150dd8220c.tar.gz mruby-c261c01598a8872393ee94b084579d150dd8220c.zip | |
Fix misspellings in document
Diffstat (limited to 'doc/compile')
| -rw-r--r-- | doc/compile/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md index 2d3bec367..8e91e7546 100644 --- a/doc/compile/README.md +++ b/doc/compile/README.md @@ -245,7 +245,7 @@ mruby can use C++ exception to raise exception internally. It is called C++ ABI mode. By using C++ exception it can release C++ stack object correctly. Whenever you mix C++ code C++ ABI mode would be enabled automatically. -If you need to enable C++ ABI mode explicity add the following: +If you need to enable C++ ABI mode explicitly add the following: ```ruby conf.enable_cxx_abi ``` @@ -409,7 +409,7 @@ like this: An extra directory is created for the target platform. In case you compile for *i386* a directory called *i386* is created under the -build direcotry. +build directory. The cross compilation workflow starts in the same way as the normal compilation by compiling all *native* libraries and binaries. |
