Skip to content

Commit 308fb9c

Browse files
committed
Fix a comment [ci skip]
1 parent 2a9d15b commit 308fb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/m4/ruby_append_option.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ AC_DEFUN([RUBY_APPEND_OPTION],
44
AS_CASE([" [$]{$1-} "],
55
[*" $2 "*], [], [' '], [ $1="$2"], [ $1="[$]$1 $2"])])dnl
66
AC_DEFUN([RUBY_PREPEND_OPTION],
7-
[# RUBY_APPEND_OPTION($1)
7+
[# RUBY_PREPEND_OPTION($1)
88
AS_CASE([" [$]{$1-} "],
99
[*" $2 "*], [], [' '], [ $1="$2"], [ $1="$2 [$]$1"])])dnl

0 commit comments

Comments
 (0)