File tree Expand file tree Collapse file tree
include/ruby/internal/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 */
5656enum ruby_robject_flags {
5757 /* *
58- * This flag has marks that the object's instance variables are stored in an
58+ * This flag marks that the object's instance variables are stored in an
5959 * external heap buffer.
6060 * Normally, instance variable references are stored inside the object slot,
6161 * but if it overflow, Ruby may have to allocate a separate buffer and spills
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ def sub_ext(repl)
321321 end
322322
323323 if File . dirname ( 'A:' ) == 'A:.' # DOSish drive letter
324- # Regexp that matches an absoltute path.
324+ # Regexp that matches an absolute path.
325325 ABSOLUTE_PATH = /\A (?:[A-Za-z]:|#{ SEPARATOR_PAT } )/
326326 else
327327 ABSOLUTE_PATH = /\A #{ SEPARATOR_PAT } /
You can’t perform that action at this time.
0 commit comments