core/trivial: fix documentation of nm_utils_uuid_generate_from_strings()

(cherry picked from commit 7d2e43a455)
This commit is contained in:
Thomas Haller 2015-01-22 14:03:37 +01:00
parent f791750cd8
commit 95ac7673a8

View file

@ -1725,10 +1725,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 *