summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
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
*