Module Name:    src
Committed By:   uch
Date:           Sun Aug  2 12:04:28 UTC 2009

Modified Files:
        src/sys/arch/ews4800mips/ews4800mips: disksubr.c

Log Message:
fix comment


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ews4800mips/ews4800mips/disksubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ews4800mips/ews4800mips/disksubr.c
diff -u src/sys/arch/ews4800mips/ews4800mips/disksubr.c:1.7 src/sys/arch/ews4800mips/ews4800mips/disksubr.c:1.8
--- src/sys/arch/ews4800mips/ews4800mips/disksubr.c:1.7	Mon Apr 28 20:23:18 2008
+++ src/sys/arch/ews4800mips/ews4800mips/disksubr.c	Sun Aug  2 12:04:28 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: disksubr.c,v 1.7 2008/04/28 20:23:18 martin Exp $	*/
+/*	$NetBSD: disksubr.c,v 1.8 2009/08/02 12:04:28 uch Exp $	*/
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.7 2008/04/28 20:23:18 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.8 2009/08/02 12:04:28 uch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -139,7 +139,7 @@
 	sector_write(rwops, (void *)&ux->vtoc,
 	    ux->pdinfo.logical_sector + VTOC_SECTOR);
 
-	/* 3. Write disklabel to BFS */
+	/* 3. Write disklabel to LABELSECTOR */
 	memset(buf, 0, sizeof buf);
 	memcpy(buf, d, sizeof *d);
 	if (!sector_write(rwops, buf, LABELSECTOR)) {

Reply via email to