]> Dogcows Code - chaz/tar/commitdiff
(sort_obstack): Fixed typo in the comment
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 20 Feb 2004 15:40:47 +0000 (15:40 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 20 Feb 2004 15:40:47 +0000 (15:40 +0000)
src/incremen.c

index 47763ff1accec99a1b306b7ac62e94cd85cad32a..e8437ae254a57fa84a2bec4384792d2e40f87fd2 100644 (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)
 {
This page took 0.027828 seconds and 4 git commands to generate.