Skip to content

Commit

Permalink
Update header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Nov 4, 2022
1 parent 32da5a7 commit 9120dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/guid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9120dc9

Please sign in to comment.