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
+1 -1
View File
@@ -32,7 +32,7 @@ ifeq ($(CONFIG_MOTOR_UPPER),y)
CSRCS += motor.c
endif
# Stepper upper half and lower halfs
# Stepper upper half and lower halves
ifeq ($(CONFIG_STEPPER_UPPER),y)
CSRCS += stepper.c
+1 -1
View File
@@ -145,7 +145,7 @@ static void drv8301_read(FAR struct drv8301_priv_s *priv, uint8_t addr,
regval = 0;
SPI_RECVBLOCK(priv->spi, &regval, 1);
/* Retrun data */
/* Return data */
*data = (regval & 0x7ff);
+1 -1
View File
@@ -62,7 +62,7 @@ int focpwr_initialize(FAR struct focpwr_dev_s *pwr,
pwr->devno = devno;
pwr->ops = ops;
/* Connet to FOC device */
/* Connect to FOC device */
dev->pwr = pwr;