Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/1aa71c0f75cf
branches:  trunk
changeset: 791112:1aa71c0f75cf
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Nov 05 00:36:02 2013 +0000

description:
Fix typo in comment.

diffstat:

 sys/sys/disklabel.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 86f975057fb7 -r 1aa71c0f75cf sys/sys/disklabel.h
--- a/sys/sys/disklabel.h       Mon Nov 04 22:17:21 2013 +0000
+++ b/sys/sys/disklabel.h       Tue Nov 05 00:36:02 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index