From f8a57e2fe7bf9a252fb45d3221125ea90a9877ef Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Wed, 1 Feb 2023 23:36:55 +0100 Subject: [PATCH] hiddbg: fix docstring comment to reflect previous change --- nx/include/switch/services/hiddbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/hiddbg.h b/nx/include/switch/services/hiddbg.h index 82d505ac..c097652a 100644 --- a/nx/include/switch/services/hiddbg.h +++ b/nx/include/switch/services/hiddbg.h @@ -402,7 +402,7 @@ Result hiddbgUnsetAllAutoPilotVirtualPadState(void); * @brief Initialize Hdls. * @note Only available with [7.0.0+]. * @param[out] session_id [13.0.0+] \ref HiddbgHdlsSessionId - * @param[in] buffer An existing buffer to be used as transfer memory. If null a new transfer memory will be created. + * @param[in] buffer An existing buffer to be used as transfer memory. * @param[in] size Size of the supplied buffer. */ Result hiddbgAttachHdlsWorkBuffer(HiddbgHdlsSessionId *session_id, void *buffer, size_t size);