Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Fix typo, no code change.
details: https://anonhg.NetBSD.org/src/rev/e38460f230c9
branches: trunk
changeset: 750297:e38460f230c9
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Wed Dec 23 09:23:53 2009 +0000
description:
Fix typo, no code change.
diffstat:
sys/kern/subr_disk_mbr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 830de3daa5d9 -r e38460f230c9 sys/kern/subr_disk_mbr.c
--- a/sys/kern/subr_disk_mbr.c Wed Dec 23 09:22:16 2009 +0000
+++ b/sys/kern/subr_disk_mbr.c Wed Dec 23 09:23:53 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_disk_mbr.c,v 1.38 2009/11/27 13:29:33 pooka Exp $ */
+/* $NetBSD: subr_disk_mbr.c,v 1.39 2009/12/23 09:23:53 mbalmer Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -54,7 +54,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_disk_mbr.c,v 1.38 2009/11/27 13:29:33 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_disk_mbr.c,v 1.39 2009/12/23 09:23:53 mbalmer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -369,7 +369,7 @@
/* add udf partition if found */
if (is_udf >= 0) {
- /* set the RAW partion to UDF for CD/USB stick etc */
+ /* set the RAW partition to UDF for CD/USB stick etc */
a->lp->d_partitions[RAW_PART].p_fstype = FS_UDF;
/* UDF doesn't care about the cd session specified here */
}
Home |
Main Index |
Thread Index |
Old Index