Merge pull request #3382 from DavidLin1577/patch-9

Fixed typos: 'threah' and 'swithc' in cpuport.c
This commit is contained in:
Bernard Xiong 2020-02-17 12:08:10 +08:00 committed by GitHub
commit de78f81068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ struct stack_frame
};
/**
* Initilial the threah stack.
* Initilial the thread stack.
*
* @author LXZ (2014/11/8)
*
@ -158,7 +158,7 @@ void rt_hw_context_switch(rt_uint32_t from, rt_uint32_t to)
ENTER_INTERRUPT();
}
/**
* swithc thread out the interrupt
* switch thread out the interrupt
*
* @author LXZ (2014/11/8)
*