File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ void rt_thread_defunct_enqueue(rt_thread_t thread)
167167
168168/**
169169 * @brief Dequeue a thread from defunct queue.
170- *
170+ *
171171 * @note It must be called between rt_hw_interrupt_disable and rt_hw_interrupt_enable.
172172 */
173173rt_thread_t rt_thread_defunct_dequeue (void )
Original file line number Diff line number Diff line change @@ -618,11 +618,11 @@ RTM_EXPORT(rt_free);
618618
619619#ifdef RT_MEM_STATS
620620/**
621- * @brief This function will caculate the total memory, the used memory, and
621+ * @brief This function will caculate the total memory, the used memory, and
622622* the max used memory.
623623*
624624* @param total is a pointer to get the total size of the memory.
625- *
625+ *
626626* @param used is a pointer to get the size of memory used.
627627*
628628* @param max_used is a pointer to get the maximum memory used.
Original file line number Diff line number Diff line change @@ -920,11 +920,11 @@ RTM_EXPORT(rt_free);
920920
921921#ifdef RT_MEM_STATS
922922/**
923- * @brief This function will caculate the total memory, the used memory, and
923+ * @brief This function will caculate the total memory, the used memory, and
924924* the max used memory.
925925*
926926* @param total is a pointer to get the total size of the memory.
927- *
927+ *
928928* @param used is a pointer to get the size of memory used.
929929*
930930* @param max_used is a pointer to get the maximum memory used.
You can’t perform that action at this time.
0 commit comments