diff --git a/mm/mm_heap/mm.h b/mm/mm_heap/mm.h index a8afdea8f3..54644038df 100644 --- a/mm/mm_heap/mm.h +++ b/mm/mm_heap/mm.h @@ -83,7 +83,7 @@ { \ FAR struct mm_allocnode_s *tmp = (FAR struct mm_allocnode_s *)(ptr); \ kasan_unpoison(tmp, SIZEOF_MM_ALLOCNODE); \ - FAR strcut tcb_s *tcb; \ + FAR struct tcb_s *tcb; \ tmp->pid = gettid(); \ tcb = nxsched_get_tcb(tmp->pid); \ if ((heap)->mm_procfs.backtrace || (tcb && tcb->flags & TCB_FLAG_HEAP_DUMP)) \