From: ntakahas Date: Mon, 2 Apr 2007 10:31:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FLT-base~92 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8a641594cbe0164d18beea9b4982a5bcc1fe76;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/m17n-core.h b/src/m17n-core.h index 40fca2b..178f4d1 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -142,7 +142,7 @@ typedef void (*M17NFunc) (void); /***en @brief Wrapper for a generic function type. - The macro M17N_FUNC () is used to cast a function to the type #M17NFunc. */ + The macro M17N_FUNC () casts a function to the type #M17NFunc. */ #define M17N_FUNC(func) ((M17NFunc) (func)) diff --git a/src/plist.c b/src/plist.c index f798ee5..321d5a5 100644 --- a/src/plist.c +++ b/src/plist.c @@ -1204,8 +1204,8 @@ mplist_get (MPlist *plist, MSymbol key) /***en @brief Set the value (function pointer) of a property in a property list. - The mplist_put_func () function is like mplist_put () but for - settting function pointer $FUNC in property list $PLIST for key + The mplist_put_func () function is similar to mplist_put () but for + setting function pointer $FUNC in property list $PLIST for key $KEY. */ /*** @@ -1238,7 +1238,7 @@ mplist_put_func (MPlist *plist, MSymbol key, M17NFunc func) /***en @brief Get the value (function pointer) of a property in a property list. - The mplist_get_func () funciont is like mplist_get () but for + The mplist_get_func () function is similar to mplist_get () but for getting a function pointer from property list $PLIST by key $KEY. */ /*** diff --git a/src/symbol.c b/src/symbol.c index a9af1d7..8f45606 100644 --- a/src/symbol.c +++ b/src/symbol.c @@ -664,8 +664,8 @@ msymbol_get (MSymbol symbol, MSymbol key) /***en @brief Set the value (function pointer) of a symbol property. - The msymbol_put_func () function is like msymbol_put () but for - setting function pointer $FUNC as a property value of $SYMBOL for + The msymbol_put_func () function is similar to msymbol_put () but for + setting function pointer $FUNC as the property value of $SYMBOL for key $KEY. */ /*** @@ -684,7 +684,7 @@ msymbol_put_func (MSymbol symbol, MSymbol key, M17NFunc func) /***en @brief Get the value (function pointer) of a symbol property. - The msymbol_get_func () function is like msymbol_get () but for + The msymbol_get_func () function is similar to msymbol_get () but for getting a function pointer form the property of symbol $SYMBOL. */ /***