Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ata typo in comment



details:   https://anonhg.NetBSD.org/src/rev/5dc518483366
branches:  trunk
changeset: 552670:5dc518483366
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Sep 29 23:31:04 2003 +0000

description:
typo in comment

diffstat:

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

diffs (27 lines):

diff -r 043937903ddb -r 5dc518483366 sys/dev/ata/ata_raid.c
--- a/sys/dev/ata/ata_raid.c    Mon Sep 29 22:54:28 2003 +0000
+++ b/sys/dev/ata/ata_raid.c    Mon Sep 29 23:31:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata_raid.c,v 1.5 2003/07/14 15:47:01 lukem Exp $       */
+/*     $NetBSD: ata_raid.c,v 1.6 2003/09/29 23:31:04 grant Exp $       */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.5 2003/07/14 15:47:01 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.6 2003/09/29 23:31:04 grant Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -238,7 +238,7 @@
 /*
  * ata_raid_check_component:
  *
- *     Check the componet for a RAID configuration structure.
+ *     Check the component for a RAID configuration structure.
  *     Called via autoconfiguration callback.
  */
 void



Home | Main Index | Thread Index | Old Index