Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern Some might argue that it is benefi...
details: https://anonhg.NetBSD.org/src/rev/553e22575976
branches: trunk
changeset: 751275:553e22575976
user: snj <snj%NetBSD.org@localhost>
date: Sun Jan 31 00:54:22 2010 +0000
description:
Some might argue that it is benefi_c_ial to spell words correctly.
diffstat:
sys/rump/librump/rumpkern/locks.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f8a8095d8640 -r 553e22575976 sys/rump/librump/rumpkern/locks.c
--- a/sys/rump/librump/rumpkern/locks.c Sun Jan 31 00:48:07 2010 +0000
+++ b/sys/rump/librump/rumpkern/locks.c Sun Jan 31 00:54:22 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locks.c,v 1.37 2009/12/03 13:12:16 pooka Exp $ */
+/* $NetBSD: locks.c,v 1.38 2010/01/31 00:54:22 snj Exp $ */
/*
* Copyright (c) 2007, 2008 Antti Kantee. All Rights Reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.37 2009/12/03 13:12:16 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.38 2010/01/31 00:54:22 snj Exp $");
#include <sys/param.h>
#include <sys/kmem.h>
@@ -45,7 +45,7 @@
* and rumpuser routines is that while the kernel uses static
* storage, rumpuser allocates the object from the heap. This
* indirection is necessary because we don't know the size of
- * pthread objects here. It is also benefitial, since we can
+ * pthread objects here. It is also beneficial, since we can
* be easily compatible with the kernel ABI because all kernel
* objects regardless of machine architecture are always at least
* the size of a pointer. The downside, of course, is a performance
Home |
Main Index |
Thread Index |
Old Index