From 0faffb5c152fa5910821eb0c8d4fa03ae977e456 Mon Sep 17 00:00:00 2001 From: follower Date: Fri, 2 Nov 2007 11:23:47 +0000 Subject: [PATCH] Minor comment formatting and typo fix. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@30 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/lib/types.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/branches/follower/wiz810mj/src/lib/types.h b/branches/follower/wiz810mj/src/lib/types.h index 6c32058..a9e7241 100644 --- a/branches/follower/wiz810mj/src/lib/types.h +++ b/branches/follower/wiz810mj/src/lib/types.h @@ -29,8 +29,10 @@ #define __DEF_IINCHIP_DBG__ /* involve debug code in driver (socket.c) */ #define __DEF_IINCHIP_INT__ /**< involve interrupt service routine (socket.c) */ #define __DEF_IINCHIP_PPP__ /* involve pppoe routine (socket.c) */ - /* If it is defined, the source files(md5.h,md5.c) must be included in your project. - Otherwize, the source files must be removed in your project. */ + /* If it is defined, the source files (md5.h,md5.c) must + be included in your project. + Otherwise, the source files must be removed from your + project. */ #define __DEF_IINCHIP_DIRECT_MODE__ 1 #define __DEF_IINCHIP_INDIRECT_MODE__ 2