diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-04-30 19:18:00 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-02 18:37:09 -0400 |
commit | eae4b2b67bc8c68e2440616a447ca6c6898ad188 (patch) | |
tree | ae51716b64a81b720d9513c5e33262c0d0a88e57 /drivers/net/ne2000_base.c | |
parent | 09c2b8f3e39925e5bdff12cb90add09bc9e117d4 (diff) | |
download | u-boot-eae4b2b67bc8c68e2440616a447ca6c6898ad188.tar.gz |
Fix spelling of "occurred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/net/ne2000_base.c')
-rw-r--r-- | drivers/net/ne2000_base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ne2000_base.c b/drivers/net/ne2000_base.c index 71d133cc8f..67bf140a37 100644 --- a/drivers/net/ne2000_base.c +++ b/drivers/net/ne2000_base.c @@ -582,7 +582,7 @@ dp83902a_Overflow(void) /* * Read in as many packets as we can and acknowledge any and receive * interrupts. Since the buffer has overflowed, a receive event of - * some kind will have occured. + * some kind will have occurred. */ dp83902a_RxEvent(); DP_OUT(base, DP_ISR, DP_ISR_RxP|DP_ISR_RxE); @@ -592,7 +592,7 @@ dp83902a_Overflow(void) DP_OUT(base, DP_TCR, DP_TCR_NORMAL); /* - * If a transmit command was issued, but no transmit event has occured, + * If a transmit command was issued, but no transmit event has occurred, * restart it here. */ DP_IN(base, DP_ISR, isr); |