From c8168a9f9f3279fc7730f7787f4b607a4754ded4 Mon Sep 17 00:00:00 2001 From: TurtleP Date: Fri, 2 Apr 2021 00:15:27 -0400 Subject: [PATCH] update docs again --- nx/include/switch/services/set.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index 795c3716..6fff49f1 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -1400,8 +1400,8 @@ Result setsysGetDeviceNickname(SetSysDeviceNickName *nickname); Result setsysSetDeviceNickname(const SetSysDeviceNickName *nickname); /** - * @brief GetProductModel - * @param[out] out Output SetSysProductModel. + * @brief setsysGetProductModel + * @param[out] model Output SetSysProductModel. */ Result setsysGetProductModel(SetSysProductModel *model);