From 4625cfb14bb1012daf773f1d1cdc2ba36df47134 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Wed, 6 Feb 2019 11:33:11 -0500 Subject: [PATCH] lib: Correct comment typo (UIID -> UUID) --- src/lib/guid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/guid.h b/src/lib/guid.h index bb9a0ef978..0bf58d85f7 100644 --- a/src/lib/guid.h +++ b/src/lib/guid.h @@ -38,7 +38,7 @@ int guid_128_from_string(const char *str, guid_128_t guid_r); /* Returns GUID as a UUID hex string. */ const char *guid_128_to_uuid_string(const guid_128_t guid, enum uuid_format format); -/* Parse GUID from a UUID string. Returns 0 if ok, -1 if UIID isn't valid. */ +/* Parse GUID from a UUID string. Returns 0 if ok, -1 if UUID isn't valid. */ int guid_128_from_uuid_string(const char *str, guid_128_t guid_r); /* guid_128 hash/cmp functions for hash.h */ -- 2.47.3