Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2022-11-04 10:06:50 +0300
committerKoichiro IWAO <meta@vmeta.jp>2022-11-04 10:06:50 +0300
commit9120dc9a66331fc6e0c2123797d2cd06b208b0a6 (patch)
treed59fcf0946a5b59b6d624851e37cc0d2b73e6cc2
parent32da5a7ed638afbe81c775ed0900932a905712b0 (diff)
Update header comments
-rw-r--r--common/guid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/guid.h b/common/guid.h
index c68823a2..2951fa12 100644
--- a/common/guid.h
+++ b/common/guid.h
@@ -67,9 +67,9 @@ guid_is_set(const struct guid *guid);
* Converts a GUID to a string representation
*
* @param guid GUID to represent
- * @param str pointer to at least GUID_STR_SIZE bytes to store the
- * representation
- * @return str is returned for convenience
+ * @param dest destionation pointer to at least GUID_STR_SIZE
+ * bytes to store the representation
+ * @return dest is returned for convenience
*/
const char *guid_to_str(const struct guid *guid, char *dest);