diff options
Diffstat (limited to 'src/drivers/net/3c515.c')
-rw-r--r-- | src/drivers/net/3c515.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/3c515.c b/src/drivers/net/3c515.c index f345bb96a..0aa68b1aa 100644 --- a/src/drivers/net/3c515.c +++ b/src/drivers/net/3c515.c @@ -656,7 +656,7 @@ static int corkscrew_found_device(int ioaddr, int irq, int product_index, int options, struct nic *nic) { - /* Direct copy from Becker 3c515.c with unecessary parts removed */ + /* Direct copy from Becker 3c515.c with unnecessary parts removed */ vp->product_name = "3c515"; vp->options = options; if (options >= 0) { |