diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-04-02 15:29:12 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-04-02 15:29:12 +0000 |
commit | 0ec539240cdac4b9645687328c5197ecabbe3d83 (patch) | |
tree | 360fcb1b6aa0fb8a6b01733d27941db9d9ce2e3f /missing | |
parent | c00b706cbe0cf0d93d3031b545506d9c06619bfd (diff) |
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r-- | missing/alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/alloca.c b/missing/alloca.c index 1607ecc6d9..960cda0c32 100644 --- a/missing/alloca.c +++ b/missing/alloca.c @@ -30,7 +30,7 @@ static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */ #endif #include "ruby/config.h" -#define X3J11 1 /* config.h should contain void if neede */ +#define X3J11 1 /* config.h should contain void if needed */ #ifdef C_ALLOCA |