Module Name: src Committed By: msaitoh Date: Tue Nov 5 00:36:02 UTC 2013
Modified Files: src/sys/sys: disklabel.h Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/sys/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/sys/disklabel.h diff -u src/sys/sys/disklabel.h:1.115 src/sys/sys/disklabel.h:1.116 --- src/sys/sys/disklabel.h:1.115 Fri May 3 21:33:06 2013 +++ src/sys/sys/disklabel.h Tue Nov 5 00:36:02 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.115 2013/05/03 21:33:06 matt Exp $ */ +/* $NetBSD: disklabel.h,v 1.116 2013/11/05 00:36:02 msaitoh Exp $ */ /* * Copyright (c) 1987, 1988, 1993 @@ -46,7 +46,7 @@ * disk geometry, filesystem partitions, and drive specific information. * The location of the label, as well as the number of partitions the * label can describe and the number of the "whole disk" (raw) - * paritition are machine dependent. + * partition are machine dependent. */ #if HAVE_NBTOOL_CONFIG_H #undef MAXPARTITIONS