summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Albright <eric_albright@sil.org>2007-11-10 09:47:17 +0000
committerEric Albright <eric_albright@sil.org>2007-11-10 09:47:17 +0000
commite4a881d43f0f9001ab803ee9a9277816f5fea3e4 (patch)
treecb196bbd2d1e15fded0d8f1791447ef8bb447e14
parentad3f9c1358751b8f710b293d81b5110070d04adb (diff)
downloadenchant-e4a881d43f0f9001ab803ee9a9277816f5fea3e4.tar.gz
Move comment to correct method
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22302 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/pwl.c6
1 files 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)
{