From 80e353348a2d8e4636a0a3791f4aa2325a9702f7 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Thu, 7 Jun 2018 14:53:44 -0500 Subject: [PATCH] Grammar fix #2 --- nx/include/switch/services/set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);