Module Name: src
Committed By: khorben
Date: Sat Jul 1 16:36:46 UTC 2017
Modified Files:
src/sys/sys: proc.h
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.340 -r1.341 src/sys/sys/proc.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/proc.h
diff -u src/sys/sys/proc.h:1.340 src/sys/sys/proc.h:1.341
--- src/sys/sys/proc.h:1.340 Thu Mar 30 20:17:11 2017
+++ src/sys/sys/proc.h Sat Jul 1 16:36:46 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.340 2017/03/30 20:17:11 christos Exp $ */
+/* $NetBSD: proc.h,v 1.341 2017/07/01 16:36:46 khorben Exp $ */
/*-
* Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -200,7 +200,7 @@ struct emul {
};
/*
- * Emulation miscelaneous flags
+ * Emulation miscellaneous flags
*/
#define EMUL_HAS_SYS___syscall 0x001 /* Has SYS___syscall */