]> git.marmaro.de Git - mmh/blobdiff - sbr/crawl_folders.c
Cleanup of code layout only
[mmh] / sbr / crawl_folders.c
index 0185bd8344290966a7d8b63611693adf8e9c9491..59ec95209b0ae90f3bd790b9bb49ca2847dadae2 100644 (file)
@@ -12,8 +12,8 @@
 
 struct crawl_context {
        int max;    /*
-                   ** how many folders we currently can hold in the array
-                   ** `folders', increased by CRAWL_NUMFOLDERS at a time
+                   ** number of folders we can hold in the folders array;
+                   ** increased by CRAWL_NUMFOLDERS at a time
                    */
        int total;  /* how many `folders' actually has */
        char **folders;  /* the array of folders */