typo: change evernt to event in comments
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
6578461cc8
commit
0ffffe19b1
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user