aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-09 19:21:01 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-09 19:21:01 +0000
commitc7c91247e25ad535f3182e84e3fc33972c94447d (patch)
tree2d267c0cf66455655186f22673d97d5292295dc8 /time.c
parent05630f51034554e4185db40142d48f0314ff6981 (diff)
downloadruby-c7c91247e25ad535f3182e84e3fc33972c94447d.tar.gz
typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index bfcbcd9f62..0de32aed5f 100644
--- a/time.c
+++ b/time.c
@@ -4914,7 +4914,7 @@ time_load(VALUE klass, VALUE str)
*
* t + (60*60*24*365) #=> 1994-02-24 12:00:00 +0900
*
- * How many second was that from the Unix Epoc?
+ * How many second was that from the Unix Epoch?
*
* t.to_i #=> 730522800
*