mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a trivial typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@11854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2f7ff72148
commit
8e1d6f5b48
1 changed files with 1 additions and 1 deletions
2
dir.c
2
dir.c
|
@ -1061,7 +1061,7 @@ find_dirsep(const char *s, int flags)
|
|||
return (char *)p-1;
|
||||
}
|
||||
|
||||
/* Remove escaping baskslashes */
|
||||
/* Remove escaping backslashes */
|
||||
static void
|
||||
remove_backslashes(p)
|
||||
char *p;
|
||||
|
|
Loading…
Add table
Reference in a new issue