From 289160171f1702aafef0b2cdf60c7b7f3db6d7b2 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Thu, 7 Jun 2018 14:46:56 -0500 Subject: [PATCH] Fix grammatical issues --- nx/include/switch/services/set.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index d8410ef9..49b03c09 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -33,7 +33,7 @@ typedef enum SetLanguage_Total, ///< Total languages supported by this enum. } SetLanguage; -/// Command IDS for setsysGetFlag/setsysSetFlag. +/// Command IDs for setsysGetFlag/setsysSetFlag. typedef enum { SetSysFlag_LockScreen = 7, SetSysFlag_ConsoleInformationUpload = 25, @@ -94,9 +94,9 @@ Result setsysGetColorSetId(ColorSetId* out); Result setsysGetSerialNumber(char *serial); /** - * @brief Gets the status of the specified settings flag + * @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 Pointer to get the status from. */ Result setsysGetFlag(SetSysFlag flag, bool *out);