]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed n_strands comment to use the right doxygen syntax.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 11 Sep 2011 22:21:35 +0000 (16:21 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 11 Sep 2011 22:21:35 +0000 (16:21 -0600)
src/structs.h

index 359b44d7ce5cff29d9377f13ee5777350081945e..bc17e31639b8a6b4803eedacf372609884346f8c 100644 (file)
@@ -524,7 +524,7 @@ struct SquidConfig {
         RefCount<SwapDir> *swapDirs;
         int n_allocated;
         int n_configured;
-        ///< number of disk processes required to support all cache_dirs
+        /// number of disk processes required to support all cache_dirs
         int n_strands;
     } cacheSwap;
     /*