mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
comments: update text typo pre-empted to preempted
Or will be catch by codespell, when do checkpatch.sh Also fix the relative comment file changed. include/nuttx/scsi.h drivers/syslog/ramlog.c excluded as we have to modify field name in struct Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
parent
172c707a02
commit
cd7a8f73eb
13 changed files with 45 additions and 45 deletions
|
|
@ -129,7 +129,7 @@ ssize_t nxterm_read(FAR struct file *filep, FAR char *buffer, size_t len)
|
|||
priv->nwaiters++;
|
||||
nxmutex_unlock(&priv->lock);
|
||||
|
||||
/* We may now be pre-empted! But that should be okay because we
|
||||
/* We may now be preempted! But that should be okay because we
|
||||
* have already incremented nwaiters. Pre-emption is disabled
|
||||
* but will be re-enabled while we are waiting.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue