X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Flikely%2Flikely.h;h=137cb86131884d28710fa4f5e668d5bfe0f99f74;hp=eed1f209f7535c6d1d13f7e8abb1a580f10c267c;hb=c520b4adbbfba5a663b94e71216b90eddd0bf877;hpb=18636637ee013ef828cb04b2b7bb4a4922324475;ds=sidebyside diff --git a/ccan/likely/likely.h b/ccan/likely/likely.h index eed1f209..137cb861 100644 --- a/ccan/likely/likely.h +++ b/ccan/likely/likely.h @@ -39,7 +39,7 @@ * code path and optimize appropriately; see likely() above. * * See Also: - * likely(), likely_stats(), UNLIKELY_FUNCTION_ATTRIBUTE (compiler.h) + * likely(), likely_stats(), COLD (compiler.h) * * Example: * // Prints a warning if we overflow.