Module Name:    src
Committed By:   wiz
Date:           Sun Aug  3 12:49:32 UTC 2014

Modified Files:
        src/sys/sys: systm.h

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/sys/sys/systm.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/systm.h
diff -u src/sys/sys/systm.h:1.265 src/sys/sys/systm.h:1.266
--- src/sys/sys/systm.h:1.265	Sun Aug  3 09:15:21 2014
+++ src/sys/sys/systm.h	Sun Aug  3 12:49:32 2014
@@ -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 osrelease[];	/* short 
 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 */

Reply via email to