summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.c b/version.c
index fba260457d..7cfa572f8b 100644
--- a/version.c
+++ b/version.c
@@ -70,7 +70,7 @@ Init_version(void)
*/
rb_define_global_const("RUBY_PATCHLEVEL", MKINT(patchlevel));
/*
- * The SVN revision for this ruby.
+ * The GIT commit hash for this ruby.
*/
rb_define_global_const("RUBY_REVISION", MKSTR(revision));
/*