Project

General

Profile

Bug #9615 ยป fix-typo_eval.patch

yui-knk (Kaneko Yuichiro), 03/09/2014 02:33 AM

View differences:

eval.c (working copy)
/*! Processes command line arguments and compiles the Ruby source to execute.
*
* This function does:
* \li Processes the given command line flags and arguments for ruby(1)
* \li Processes the given command line flags and arguments for ruby(1)
* \li compiles the source code from the given argument, -e or stdin, and
* \li returns the compiled source as an opaque pointer to an internal data structure
*
    (1-1/1)