Module Name:    src
Committed By:   dyoung
Date:           Fri Jul 17 22:17:37 UTC 2009

Modified Files:
        src/sys/kern: kern_lock.c

Log Message:
Fix spelling: situatations -> situations.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/kern/kern_lock.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/kern/kern_lock.c
diff -u src/sys/kern/kern_lock.c:1.148 src/sys/kern/kern_lock.c:1.149
--- src/sys/kern/kern_lock.c:1.148	Sat May 23 17:08:04 2009
+++ src/sys/kern/kern_lock.c	Fri Jul 17 22:17:37 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_lock.c,v 1.148 2009/05/23 17:08:04 ad Exp $	*/
+/*	$NetBSD: kern_lock.c,v 1.149 2009/07/17 22:17:37 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 2002, 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_lock.c,v 1.148 2009/05/23 17:08:04 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_lock.c,v 1.149 2009/07/17 22:17:37 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -71,7 +71,7 @@
 
 	/*
 	 * Avoid disabling/re-enabling preemption here since this
-	 * routine may be called in delicate situatations.
+	 * routine may be called in delicate situations.
 	 */
 	do {
 		pctr = lwp_pctr();

Reply via email to