Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pcmcia Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/e1e8fd97cabd
branches:  trunk
changeset: 519334:e1e8fd97cabd
user:      soren <soren%NetBSD.org@localhost>
date:      Sat Dec 15 12:01:55 2001 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/pcmcia/if_ray.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 18451333b5d1 -r e1e8fd97cabd sys/dev/pcmcia/if_ray.c
--- a/sys/dev/pcmcia/if_ray.c   Sat Dec 15 11:45:24 2001 +0000
+++ b/sys/dev/pcmcia/if_ray.c   Sat Dec 15 12:01:55 2001 +0000
@@ -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@localhost> 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"



Home | Main Index | Thread Index | Old Index