whoops, fix a typo

This commit is contained in:
Elizabeth Myers 2016-04-10 17:26:09 -05:00
parent 8b813d3060
commit ea3168fff8
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ rb_strncasecmp(const char *s1, const char *s2, size_t n)
#ifndef HAVE_STRCASESTR
/* Fallback taken from FreeBSD. --Elizafox */
char *
rb_strcasestr(cnst char *s, const char *find)
rb_strcasestr(const char *s, const char *find)
{
char c, sc;
size_t len;