diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-13 16:38:02 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-13 16:38:02 +0900 |
| commit | d04c651405189e132bd19985435d4c1c5fa1762b (patch) | |
| tree | 1a3dd21c1c0f4a2898ae8f308e1cd516f4d9e717 /mrbgems/mruby-cmath/src/cmath.c | |
| parent | 9a9c95986a2bb5d647f7a610c04987cd2b9397f4 (diff) | |
| parent | be40e9c783363b45a14ba70a18157385814e8b3e (diff) | |
| download | mruby-d04c651405189e132bd19985435d4c1c5fa1762b.tar.gz mruby-d04c651405189e132bd19985435d4c1c5fa1762b.zip | |
Merge pull request #5342 from jbampton/fix-spelling
chore: fix spelling
Diffstat (limited to 'mrbgems/mruby-cmath/src/cmath.c')
| -rw-r--r-- | mrbgems/mruby-cmath/src/cmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-cmath/src/cmath.c b/mrbgems/mruby-cmath/src/cmath.c index 8e94d1563..03b181840 100644 --- a/mrbgems/mruby-cmath/src/cmath.c +++ b/mrbgems/mruby-cmath/src/cmath.c @@ -6,7 +6,7 @@ /* ** This `mruby-cmath` gem uses C99 _Complex features -** You need C compler that support C99+ +** You need C compiler that support C99+ */ #include <mruby.h> |
