summaryrefslogtreecommitdiff
path: root/enumerator.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-13 01:01:48 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-13 01:01:48 +0000
commit2dab996c6072f86c41c624dbdd584f5d2de39438 (patch)
tree72591c2f9b9f614971b2ec553b1841c254ec20ff /enumerator.c
parent35aefacb16017be8065a84b17262419fe4072ea2 (diff)
merges r20604 from trunk into ruby_1_9_1.
* enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/. * lib/prime.rb (Prime::OldCompatibility#each): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c
index 60b2a55cb8..38b6791503 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -498,7 +498,7 @@ next_init(VALUE obj, struct enumerator *e)
*
* Returns the next object in the enumerator, and move the internal
* position forward. When the position reached at the end, internal
- * position is rewinded then StopIteration is raised.
+ * position is rewound then StopIteration is raised.
*
* Note that enumeration sequence by next method does not affect other
* non-external enumeration methods, unless underlying iteration