mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
55a7dfc9a7
commit
cde88cabcc
@@ -681,7 +681,7 @@ static ssize_t ft5x06_waitsample(FAR struct ft5x06_dev_s *priv,
|
||||
/* Now sample the data.
|
||||
*
|
||||
* REVISIT: Is it safe to assume that priv->valid will always be
|
||||
* true? I think that sched_lock() whould protect the setting.
|
||||
* true? I think that sched_lock() would protect the setting.
|
||||
*/
|
||||
|
||||
ret = ft5x06_sample(priv, buffer, len);
|
||||
|
||||
Reference in New Issue
Block a user