Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern typo in comment
details: https://anonhg.NetBSD.org/src/rev/cc1f8e021aac
branches: trunk
changeset: 750451:cc1f8e021aac
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 01 03:22:13 2010 +0000
description:
typo in comment
diffstat:
sys/kern/kern_module.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6d3dad49b82d -r cc1f8e021aac sys/kern/kern_module.c
--- a/sys/kern/kern_module.c Fri Jan 01 03:18:27 2010 +0000
+++ b/sys/kern/kern_module.c Fri Jan 01 03:22:13 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_module.c,v 1.55 2009/12/29 17:49:21 elad Exp $ */
+/* $NetBSD: kern_module.c,v 1.56 2010/01/01 03:22:13 dholland Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.55 2009/12/29 17:49:21 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.56 2010/01/01 03:22:13 dholland Exp $");
#define _MODULE_INTERNAL
@@ -344,7 +344,7 @@
return EPERM;
}
- /* Disallow path seperators and magic symlinks. */
+ /* Disallow path separators and magic symlinks. */
if (strchr(filename, '/') != NULL || strchr(filename, '@') != NULL ||
strchr(filename, '.') != NULL) {
return EPERM;
Home |
Main Index |
Thread Index |
Old Index