From: Alex Rousskov Date: Sun, 11 Sep 2011 22:21:35 +0000 (-0600) Subject: Fixed n_strands comment to use the right doxygen syntax. X-Git-Tag: take08~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e2229b9b19b69baf7f2b1406caf1b10b2e272ec;p=thirdparty%2Fsquid.git Fixed n_strands comment to use the right doxygen syntax. --- diff --git a/src/structs.h b/src/structs.h index 359b44d7ce..bc17e31639 100644 --- a/src/structs.h +++ b/src/structs.h @@ -524,7 +524,7 @@ struct SquidConfig { RefCount *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; /*