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);