diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index 49b03c09..85ff48bc 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -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);