From a480388a8a06afce71f71d449595cd1ae9f37b17 Mon Sep 17 00:00:00 2001 From: DeltaF1 Date: Mon, 15 May 2023 12:14:51 -0400 Subject: [PATCH] Fix typo in docs s/bufger/buffer --- libctru/include/3ds/svc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libctru/include/3ds/svc.h b/libctru/include/3ds/svc.h index 4d29671..6827600 100644 --- a/libctru/include/3ds/svc.h +++ b/libctru/include/3ds/svc.h @@ -526,7 +526,7 @@ typedef struct /** * @brief Gets the thread local storage buffer. - * @return The thread local storage bufger. + * @return The thread local storage buffer. */ static inline void* getThreadLocalStorage(void) { @@ -537,7 +537,7 @@ static inline void* getThreadLocalStorage(void) /** * @brief Gets the thread command buffer. - * @return The thread command bufger. + * @return The thread command buffer. */ static inline u32* getThreadCommandBuffer(void) { @@ -546,7 +546,7 @@ static inline u32* getThreadCommandBuffer(void) /** * @brief Gets the thread static buffer. - * @return The thread static bufger. + * @return The thread static buffer. */ static inline u32* getThreadStaticBuffers(void) {