diff options
author | Chris Zankel <chris@zankel.net> | 2007-05-31 17:43:40 -0700 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2007-05-31 17:43:40 -0700 |
commit | 4af410a868ddddfc6aa9b19379599feac7e79d95 (patch) | |
tree | 129bdb2e3ae8f7bc39ba049b6c3f20aeefbc771e /arch/xtensa/platform-iss | |
parent | ef6051a90e2ad1af636e99d1d4603fdcf2adfcbe (diff) |
[XTENSA] Spelling fixes in arch/xtensa
Spelling fixes in arch/xtensa/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/platform-iss')
-rw-r--r-- | arch/xtensa/platform-iss/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/platform-iss/network.c b/arch/xtensa/platform-iss/network.c index 4bfe333be22..f09962fa98c 100644 --- a/arch/xtensa/platform-iss/network.c +++ b/arch/xtensa/platform-iss/network.c @@ -473,7 +473,7 @@ static int iss_net_open(struct net_device *dev) netif_start_queue(dev); /* clear buffer - it can happen that the host side of the interface - * is full when we gethere. In this case, new data is never queued, + * is full when we get here. In this case, new data is never queued, * SIGIOs never arrive, and the net never works. */ while ((err = iss_net_rx(dev)) > 0) |