trivial: correct some documentation typos

This commit is contained in:
Mario Limonciello 2020-09-16 14:27:22 -05:00
parent 0038b4a780
commit fbd3508655
2 changed files with 2 additions and 2 deletions

View File

@ -578,7 +578,7 @@ fwupd_release_urgency_to_string (FwupdReleaseUrgency release_urgency)
/** /**
* fwupd_release_urgency_from_string: * fwupd_release_urgency_from_string:
* @release_urgency: A string, e.g. `trusted-payload` * @release_urgency: A string, e.g. `low`
* *
* Converts a string to an enumerated value. * Converts a string to an enumerated value.
* *

View File

@ -364,7 +364,7 @@ fwupd_security_attr_get_flags (FwupdSecurityAttr *self)
/** /**
* fwupd_security_attr_set_flags: * fwupd_security_attr_set_flags:
* @self: A #FwupdSecurityAttr * @self: A #FwupdSecurityAttr
* @flags: the self flags, e.g. %FWUPD_SECURITY_ATTR_FLAG_TRUSTED_PAYLOAD * @flags: the self flags, e.g. %FWUPD_SECURITY_ATTR_FLAG_OBSOLETED
* *
* Sets the self flags. * Sets the self flags.
* *