From ed9248baeb48ecdfd27991e142a356bba6f47651 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 23 Oct 2006 16:39:49 +0000 Subject: [PATCH] Comment changes. --- lib/silcutil/silctypes.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/silcutil/silctypes.h b/lib/silcutil/silctypes.h index d64c1a13..4f3eea68 100644 --- a/lib/silcutil/silctypes.h +++ b/lib/silcutil/silctypes.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2002 - 2004 Pekka Riikonen + Copyright (C) 2002 - 2006 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -65,6 +65,19 @@ #endif /***/ +/****d* silcutil/SILCTypes/SilcBool + * + * NAME + * + * typedef unigned char SilcBool; + * + * DESCRIPTION + * + * Boolean value, and is always 8-bits. Represents value 0 or 1. + * + ***/ +typedef unsigned char SilcBool; + /****d* silcutil/SILCTypes/bool * * NAME @@ -94,19 +107,6 @@ #endif /***/ -/****d* silcutil/SILCTypes/SilcBool - * - * NAME - * - * typedef unigned char SilcBool; - * - * DESCRIPTION - * - * Boolean value, and is always 8-bits. Represents value 0 or 1. - * - ***/ -typedef unsigned char SilcBool; - #define silc_offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) #if SILC_SIZEOF_SHORT > 2 -- 2.24.0