Grammar fix #2

This commit is contained in:
Joel16 2018-06-07 14:53:44 -05:00
parent 289160171f
commit 80e353348a

View File

@ -96,7 +96,7 @@ Result setsysGetSerialNumber(char *serial);
/**
* @brief Gets the status of the specified settings flag.
* @param flag The specified settings flag.
* @param out Pointer to get the status from.
* @param out Output pointer for the status.
*/
Result setsysGetFlag(SetSysFlag flag, bool *out);