[libsoup] soup-tld: fix an erroneous documentation comment



commit 3bd2f3e88e1f4880745f9c3764b6ee9d0a0fb192
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Feb 13 17:36:09 2018 +0200

    soup-tld: fix an erroneous documentation comment

 libsoup/soup-tld.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libsoup/soup-tld.c b/libsoup/soup-tld.c
index 2e3da62..f598a80 100644
--- a/libsoup/soup-tld.c
+++ b/libsoup/soup-tld.c
@@ -97,8 +97,7 @@ soup_tld_get_base_domain (const char *hostname, GError **error)
  *
  * Prior to libsoup 2.46, this function required that @domain be in
  * UTF-8 if it was an IDN. From 2.46 on, the name can be in either
- * UTF-8 or ASCII format (and the return value will be in the same
- * format).
+ * UTF-8 or ASCII format.
  *
  * Returns: %TRUE if it is a public domain, %FALSE otherwise.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]