mirror of
https://github.com/apache/nuttx.git
synced 2026-09-05 16:42:58 +00:00
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
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue