Module Name: src
Committed By: msaitoh
Date: Fri Feb 12 05:32:47 UTC 2016
Modified Files:
src/sys/arch/x86/x86: procfs_machdep.c
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/procfs_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/x86/procfs_machdep.c
diff -u src/sys/arch/x86/x86/procfs_machdep.c:1.10 src/sys/arch/x86/x86/procfs_machdep.c:1.11
--- src/sys/arch/x86/x86/procfs_machdep.c:1.10 Mon Jan 18 05:59:37 2016
+++ src/sys/arch/x86/x86/procfs_machdep.c Fri Feb 12 05:32:47 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: procfs_machdep.c,v 1.10 2016/01/18 05:59:37 msaitoh Exp $ */
+/* $NetBSD: procfs_machdep.c,v 1.11 2016/02/12 05:32:47 msaitoh Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.10 2016/01/18 05:59:37 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.11 2016/02/12 05:32:47 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -57,7 +57,7 @@ __KERNEL_RCSID(0, "$NetBSD: procfs_machd
#include <machine/specialreg.h>
/*
- * The feature table. The order is the saame as Linux's
+ * The feature table. The order is the same as Linux's
* x86/include/asm/cpufeatures.h.
*/
static const char * const x86_features[][32] = {