Skip to content

Commit 0cbae43

Browse files
authored
Fix typo in docs (#525)
s/bufger/buffer
1 parent a9a9d9a commit 0cbae43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libctru/include/3ds/svc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ typedef struct
526526

527527
/**
528528
* @brief Gets the thread local storage buffer.
529-
* @return The thread local storage bufger.
529+
* @return The thread local storage buffer.
530530
*/
531531
static inline void* getThreadLocalStorage(void)
532532
{
@@ -537,7 +537,7 @@ static inline void* getThreadLocalStorage(void)
537537

538538
/**
539539
* @brief Gets the thread command buffer.
540-
* @return The thread command bufger.
540+
* @return The thread command buffer.
541541
*/
542542
static inline u32* getThreadCommandBuffer(void)
543543
{
@@ -546,7 +546,7 @@ static inline u32* getThreadCommandBuffer(void)
546546

547547
/**
548548
* @brief Gets the thread static buffer.
549-
* @return The thread static bufger.
549+
* @return The thread static buffer.
550550
*/
551551
static inline u32* getThreadStaticBuffers(void)
552552
{

0 commit comments

Comments
 (0)