From edb98f8b910b00be16868b21116924cffad785b9 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 19 May 2013 03:10:21 +0000 Subject: fix typos. Patch by k_takata. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'time.c') diff --git a/time.c b/time.c index 6b457f22ff..ff19728d1c 100644 --- a/time.c +++ b/time.c @@ -3030,7 +3030,7 @@ find_time_t(struct tm *tptr, int utc_p, time_t *tp) } } - /* Given argument has no corresponding time_t. Let's outerpolation. */ + /* Given argument has no corresponding time_t. Let's extrapolate. */ /* * `Seconds Since the Epoch' in SUSv3: * tm_sec + tm_min*60 + tm_hour*3600 + tm_yday*86400 + @@ -4520,8 +4520,8 @@ strftimev(const char *fmt, VALUE time, rb_encoding *enc) * * This method is similar to strftime() function defined in ISO C and POSIX. * - * While all directives are locale independant since Ruby 1.9, %Z is platform - * dependant. + * While all directives are locale independent since Ruby 1.9, %Z is platform + * dependent. * So, the result may differ even if the same format string is used in other * systems such as C. * -- cgit v1.2.3