diff options
| author | soren <soren@NetBSD.org> | 2001-12-15 12:01:55 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2001-12-15 12:01:55 +0000 |
| commit | e324e87ca8e1f837fb14bf89cb2cec714d49d416 (patch) | |
| tree | 60058113be755b21c6a9f33d04a3f56d94de835e /sys/dev | |
| parent | 3022b71f80a18948caf4033574204175a7fa9cb2 (diff) | |
Fix typo in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/if_ray.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index 9db1c755eed..3543416dfe3 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ray.c,v 1.29 2001/11/13 07:26:33 lukem Exp $ */ +/* $NetBSD: if_ray.c,v 1.30 2001/12/15 12:01:55 soren Exp $ */ /* * Copyright (c) 2000 Christian E. Hopps * All rights reserved. @@ -49,14 +49,14 @@ * Given the nature of the buggy build 4 firmware there may be problems. * * Authentication added by Steve Weiss <srw@alum.mit.edu> based on - * advice from Corey Thomas (author the the Linux RayLink driver). + * advice from Corey Thomas (author of the Linux RayLink driver). * Authentication is currently limited to adhoc networks, and was * added to support a requirement of the newest Windows drivers for * the RayLink. Tested with Aviator Pro (firmware 5.63) on Win98. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_ray.c,v 1.29 2001/11/13 07:26:33 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ray.c,v 1.30 2001/12/15 12:01:55 soren Exp $"); #include "opt_inet.h" #include "bpfilter.h" |
