From: Pekka Riikonen Date: Thu, 13 Dec 2007 15:41:33 +0000 (+0000) Subject: Typo fix. X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=102ee02caecf6b9ca415633032ddf5b62596b2e6 Typo fix. --- diff --git a/lib/silcutil/silctypes.h b/lib/silcutil/silctypes.h index c4967faf..66409acc 100644 --- a/lib/silcutil/silctypes.h +++ b/lib/silcutil/silctypes.h @@ -861,10 +861,10 @@ static inline SilcUInt64 silc_ror64(SilcUInt64 val, int num) * * DESCRIPTION * - * Brach prediction macro. It specifies that it is unlikely that the brach - * where silc_unlikely is applied is taken. Compiler will optimize the - * code based on this prediction. Never use this before you have profiled - * the code first. + * Branch prediction macro. It specifies that it is unlikely that the + * branch where silc_unlikely is applied is taken. Compiler will optimize + * the code based on this prediction. Never use this before you have + * profiled the code first. * ***/ #if __GNUC__ >= 3