diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-01-19 17:36:38 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-19 17:37:19 +0300 |
commit | 5a3a7658863f74f28cef53b9336bff7423659801 (patch) | |
tree | 9422c16705938f011ec97d6255e90218bc9b52eb /drivers/net/sungem.h | |
parent | 7044882ef231201ed84e14b766d948d4c6b46f82 (diff) | |
download | linux-5a3a7658863f74f28cef53b9336bff7423659801.tar.xz |
Comment typo fixes for 'descriptor'
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/sungem.h')
-rw-r--r-- | drivers/net/sungem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sungem.h b/drivers/net/sungem.h index 19905460def6..bfb6683a1443 100644 --- a/drivers/net/sungem.h +++ b/drivers/net/sungem.h @@ -843,7 +843,7 @@ struct gem_txd { /* GEM requires that RX descriptors are provided four at a time, * aligned. Also, the RX ring may not wrap around. This means that - * there will be at least 4 unused desciptor entries in the middle + * there will be at least 4 unused descriptor entries in the middle * of the RX ring at all times. * * Similar to HME, GEM assumes that it can write garbage bytes before |