core/trivial: fix documentation of nm_utils_uuid_generate_from_strings()

This commit is contained in:
Thomas Haller 2015-01-22 14:03:37 +01:00
parent 3d25613327
commit 7d2e43a455

View file

@ -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 *