[前][次][番号順一覧][スレッド一覧]

ruby-changes:42750

From: yui-knk <ko1@a...>
Date: Sat, 30 Apr 2016 10:21:23 +0900 (JST)
Subject: [ruby-changes:42750] yui-knk:r54824 (trunk): * vm_trace.c: Fix typos. [ci skip]

yui-knk	2016-04-30 11:18:00 +0900 (Sat, 30 Apr 2016)

  New Revision: 54824

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54824

  Log:
    * vm_trace.c: Fix typos. [ci skip]

  Modified files:
    trunk/ChangeLog
    trunk/vm_trace.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54823)
+++ ChangeLog	(revision 54824)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Apr 30 11:18:47 2016  Yuichiro Kaneko  <yui-knk@r...>
+
+	* vm_trace.c: Fix typos. [ci skip]
+
 Sat Apr 30 10:09:04 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* ext/pty/pty.c (establishShell): honor USER environment variable
Index: vm_trace.c
===================================================================
--- vm_trace.c	(revision 54823)
+++ vm_trace.c	(revision 54824)
@@ -453,8 +453,8 @@ static void call_trace_func(rb_event_fla https://github.com/ruby/ruby/blob/trunk/vm_trace.c#L453
  *  +c-call+:: call a C-language routine
  *  +c-return+:: return from a C-language routine
  *  +call+:: call a Ruby method
- *  +class+:: start a class or module definition),
- *  +end+:: finish a class or module definition),
+ *  +class+:: start a class or module definition
+ *  +end+:: finish a class or module definition
  *  +line+:: execute code on a new line
  *  +raise+:: raise an exception
  *  +return+:: return from a Ruby method

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]