Module Name:    src
Committed By:   msaitoh
Date:           Mon May 27 07:37:20 UTC 2013

Modified Files:
        src/sys/arch/arm/include: disklabel.h

Log Message:
Fix comment. arm ports which don't explicitly set LABELUSESMBR use MBR
partitioning.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/include/disklabel.h

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/arm/include/disklabel.h
diff -u src/sys/arch/arm/include/disklabel.h:1.11 src/sys/arch/arm/include/disklabel.h:1.12
--- src/sys/arch/arm/include/disklabel.h:1.11	Tue May  7 20:42:45 2013
+++ src/sys/arch/arm/include/disklabel.h	Mon May 27 07:37:20 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: disklabel.h,v 1.11 2013/05/07 20:42:45 matt Exp $	*/
+/*	$NetBSD: disklabel.h,v 1.12 2013/05/27 07:37:20 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1994 Mark Brinicombe.
@@ -47,7 +47,7 @@
 #define _ARM_DISKLABEL_H_
 
 #ifndef LABELUSESMBR
-#define LABELUSESMBR		1	/* no MBR partitionning */
+#define LABELUSESMBR		1	/* use MBR partitionning */
 #endif
 #define LABELSECTOR		1	/* sector containing label */
 #define LABELOFFSET		0	/* offset of label in sector */

Reply via email to