diff options
author | Joe Perches <joe@perches.com> | 2011-08-17 06:58:04 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-27 18:08:04 +0200 |
commit | bfb9035c98906aafcd3cf22694fba2550997bf53 (patch) | |
tree | 82256f42b5be76c49c0009b96b0641b34a8f16d3 /drivers/net/tile | |
parent | 395cf9691d72173d8cdaa613c5f0255f993af94b (diff) |
treewide: Correct spelling of successfully in comments
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/tile')
-rw-r--r-- | drivers/net/tile/tilepro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tile/tilepro.c b/drivers/net/tile/tilepro.c index 1e2af96fc29c..7b46e75deb5a 100644 --- a/drivers/net/tile/tilepro.c +++ b/drivers/net/tile/tilepro.c @@ -177,7 +177,7 @@ struct tile_net_cpu { struct tile_net_stats_t stats; /* True iff NAPI is enabled. */ bool napi_enabled; - /* True if this tile has succcessfully registered with the IPP. */ + /* True if this tile has successfully registered with the IPP. */ bool registered; /* True if the link was down last time we tried to register. */ bool link_down; |