Messages in this thread Patch in this message |  | | From | Joe Fouche <> | Subject | PATCH: spelling fix for 1.99.3 | Date | Mon, 13 May 1996 11:12:41 -0700 (PDT) |
| |
--- ddp.c.orig Mon May 13 11:11:20 1996 +++ net/appletalk/ddp.c Mon May 13 11:11:23 1996 @@ -830,7 +830,7 @@ limit=ntohs(nr->nr_lastnet); if(limit-ntohs(nr->nr_firstnet) > 256) { - printk(KERN_WARING "Too many routes/iface.\n"); + printk(KERN_WARNING "Too many routes/iface.\n"); return -EINVAL; } for(ct=ntohs(nr->nr_firstnet);ct<=limit;ct++) .-. . |- -- -- | | \_/
|  |