Skip to content

Commit

Permalink
Fix typo in docs (#525)
Browse files Browse the repository at this point in the history
s/bufger/buffer
  • Loading branch information
DeltaF1 committed May 15, 2023
1 parent a9a9d9a commit 0cbae43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libctru/include/3ds/svc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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)
{
Expand All @@ -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)
{
Expand Down

0 comments on commit 0cbae43

Please sign in to comment.