File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
531531static 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 */
542542static 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 */
551551static inline u32 * getThreadStaticBuffers (void )
552552{
You can’t perform that action at this time.
0 commit comments