浏览代码

(sort_obstack): Fixed typo in the comment

Sergey Poznyakoff 21 年之前
父节点
当前提交
d46025b23c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/incremen.c

+ 1 - 1
src/incremen.c

@@ -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)
 {