# HG changeset patch # User Thinker K.F. Li # Date 1290921597 -28800 # Node ID 09c1ef31884f7027f8d9aec66cb12a4244d219b7 # Parent a8d20bc8ce400a1750209ccf6caa220285988ede Reformat comment diff -r a8d20bc8ce40 -r 09c1ef31884f include/mb_types.h --- a/include/mb_types.h Sun Nov 28 13:18:49 2010 +0800 +++ b/include/mb_types.h Sun Nov 28 13:19:57 2010 +0800 @@ -33,9 +33,11 @@ * mb_obj_t should be initialized with mb_obj_init() and destroied with * mb_obj_destroy(). * - * We have defined a set of convienent API which will wrap the coord_t or shape_t API accoridng to its type. - * Please refer to http://www.assembla.com/wiki/show/dFrSMOtDer3BZUab7jnrAJ/MBAF_Object for the details. This - * API is designed for regular programmers which can be used to change some common properties of objects without + * We have defined a set of convienent API which will wrap the coord_t + * or shape_t API accoridng to its type. Please refer to + * http://www.assembla.com/wiki/show/dFrSMOtDer3BZUab7jnrAJ/MBAF_Object + * for the details. This API is designed for regular programmers which + * can be used to change some common properties of objects without * checking its type. */ struct _mb_obj {