summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-01-22 14:03:37 +0100
committerThomas Haller <thaller@redhat.com>2015-01-22 14:03:37 +0100
commit7d2e43a455c2ffa5a68c98cc01265231c529a130 (patch)
tree80cc1d80bbe2233ed1a1113143daa466ff7d4315
parent3d25613327b35595f219ae59af734eeb146269e3 (diff)
downloadNetworkManager-7d2e43a455c2ffa5a68c98cc01265231c529a130.tar.gz
core/trivial: fix documentation of nm_utils_uuid_generate_from_strings()
-rw-r--r--src/NetworkManagerUtils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c
index 0ac432f0dd..5b4cac94e8 100644
--- a/src/NetworkManagerUtils.c
+++ b/src/NetworkManagerUtils.c
@@ -1761,10 +1761,10 @@ nm_utils_ascii_str_to_int64 (const char *str, guint base, gint64 min, gint64 max
* Returns a variant3 UUID based on the concatenated C strings.
* It does not simply concatenate them, but also includes the
* terminating '\0' character. For example "a", "b", gives
- * "a\0b\0\0".
+ * "a\0b\0".
*
* This has the advantage, that the following invocations
- * all give different UUIDs: (""), ("",""), ("","a"), ("a",""),
+ * all give different UUIDs: (NULL), (""), ("",""), ("","a"), ("a",""),
* ("aa"), ("aa", ""), ("", "aa"), ...
*/
char *