X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fopt%2Foptions.h;fp=cds%2Fopt%2Foptions.h;h=c2d39f3e294870a40c0993b576144cbfc1226e2a;hp=a23aea04be33a486cf68886dc4c981bdfb9155fe;hb=2b69d9f0280822e81dba15849a8a72d57cafdf09;hpb=483c90c10281c5f400568dac6cc8a88c42cd5eef diff --git a/cds/opt/options.h b/cds/opt/options.h index a23aea04..c2d39f3e 100644 --- a/cds/opt/options.h +++ b/cds/opt/options.h @@ -370,7 +370,7 @@ namespace opt { no_special_padding = 0, ///< no special padding cache_line_padding = 1, ///< use cache line size defined in cds/user_setup/cache_line.h - /// Apply padding only for tiny data of size less than required padding + /// Apply padding only for tiny data when data size is less than required padding /** The flag means that if your data size is less than the casheline size, the padding is applyed. Otherwise no padding will be applyed.