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/f285ea95efa7
branches: trunk
changeset: 331152:f285ea95efa7
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Aug 03 12:49:32 2014 +0000
description:
Fix typo in comment.
diffstat:
sys/sys/systm.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 29fe599ec863 -r f285ea95efa7 sys/sys/systm.h
--- a/sys/sys/systm.h Sun Aug 03 11:44:52 2014 +0000
+++ b/sys/sys/systm.h Sun Aug 03 12:49:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systm.h,v 1.265 2014/08/03 09:15:21 apb Exp $ */
+/* $NetBSD: systm.h,v 1.266 2014/08/03 12:49:32 wiz Exp $ */
/*-
* Copyright (c) 1982, 1988, 1991, 1993
@@ -73,7 +73,7 @@
extern const char ostype[]; /* system type */
extern const char kernel_ident[];/* kernel configuration ID */
extern const char version[]; /* system version */
-extern const char buildinfo[]; /* infomation from build environment */
+extern const char buildinfo[]; /* information from build environment */
extern int autonicetime; /* time (in seconds) before autoniceval */
extern int autoniceval; /* proc priority after autonicetime */
Home |
Main Index |
Thread Index |
Old Index