style: fix spelling in code comments and strings

This commit is contained in:
Lars Kruse 2025-05-03 06:16:30 +02:00 committed by Xiang Xiao
parent b2315e98c4
commit 3ce85ca54e
1670 changed files with 3162 additions and 2991 deletions

View file

@ -763,7 +763,7 @@ static ssize_t lirc_read(FAR struct file *filep, FAR char *buffer,
* Input Parameters:
* lower - A pointer to an instance of lower half lirc driver.
* devno - The user specifies device number, from 0. If the
* devno alerady exists, -EEXIST will be returned.
* devno already exists, -EEXIST will be returned.
*
* Returned Value:
* OK if the driver was successfully register; A negated errno value is