summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-06 08:21:40 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-06 08:21:40 +0900
commit884576bf12df04abbbc32bc74f142320bc6d7556 (patch)
treedc83896f9d57490c3586ea0590fe6ffe3d29c6ec /version.c
parent02880d1f4a9ebd1c0a807376fcb25ccd908334b4 (diff)
Update RDoc of RUBY_REVISION
Diffstat (limited to 'version.c')
-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));
/*