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:
buxiasen 2025-05-09 10:43:24 +08:00 committed by Xiang Xiao
parent 172c707a02
commit cd7a8f73eb
13 changed files with 45 additions and 45 deletions

View file

@ -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.
*/