From e4a881d43f0f9001ab803ee9a9277816f5fea3e4 Mon Sep 17 00:00:00 2001 From: Eric Albright Date: Sat, 10 Nov 2007 09:47:17 +0000 Subject: Move comment to correct method git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22302 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 --- src/pwl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pwl.c b/src/pwl.c index 9a0238d..f048f19 100644 --- a/src/pwl.c +++ b/src/pwl.c @@ -210,8 +210,7 @@ enchant_unlock_file (FILE * f) /** * enchant_pwl_init * - * Returns: a new PWL object used to store/check/suggest words - * or NULL if the file cannot be opened or created + * Returns: a new PWL object used to store/check/suggest words. */ EnchantPWL* enchant_pwl_init(void) { @@ -230,7 +229,8 @@ EnchantPWL* enchant_pwl_init(void) /** * enchant_pwl_init * - * Returns: a new PWL object used to store/check/suggest words. + * Returns: a new PWL object used to store/check/suggest words + * or NULL if the file cannot be opened or created */ EnchantPWL* enchant_pwl_init_with_file(const char * file) { -- cgit v1.2.1