typo: change evernt to event in comments

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-01-27 12:28:58 +02:00 committed by Gustavo Henrique Nihei
parent 6578461cc8
commit 0ffffe19b1
3 changed files with 3 additions and 3 deletions

View File

@ -1964,7 +1964,7 @@ static int sam_waitresponse(FAR struct sdio_dev_s *dev, uint32_t cmd)
for (; ; )
{
/* Did a Command-Response sequence termination evernt occur? */
/* Did a Command-Response sequence termination event occur? */
sr = getreg32(SAM_HSMCI_SR);
pending = sr & priv->cmdrmask;

View File

@ -2382,7 +2382,7 @@ static int sam_waitresponse(FAR struct sdio_dev_s *dev, uint32_t cmd)
for (; ; )
{
/* Did a Command-Response sequence termination evernt occur? */
/* Did a Command-Response sequence termination event occur? */
sr = sam_getreg(priv, SAM_HSMCI_SR_OFFSET);
pending = sr & priv->cmdrmask;

View File

@ -2415,7 +2415,7 @@ static int sam_waitresponse(FAR struct sdio_dev_s *dev, uint32_t cmd)
for (; ; )
{
/* Did a Command-Response sequence termination evernt occur? */
/* Did a Command-Response sequence termination event occur? */
sr = sam_getreg(priv, SAM_HSMCI_SR_OFFSET);
pending = sr & priv->cmdrmask;