From d46025b23c5bbe31902ba4e902312ce8fe05ed63 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 20 Feb 2004 15:40:47 +0000 Subject: [PATCH] (sort_obstack): Fixed typo in the comment --- src/incremen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/incremen.c b/src/incremen.c index 47763ff..e8437ae 100644 --- a/src/incremen.c +++ b/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) { -- 2.44.0