(sort_obstack): Fixed typo in the comment

This commit is contained in:
Sergey Poznyakoff
2004-02-20 15:40:47 +00:00
parent 72ac31581d
commit d46025b23c

View File

@@ -257,7 +257,7 @@ scan_path (struct obstack *stk, char *path, dev_t device)
free (dirp);
}
/* Sort the contents of the obstack, anr convert it to the char * */
/* Sort the contents of the obstack, and convert it to the char * */
static char *
sort_obstack (struct obstack *stk)
{