Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/common Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/f7a13f92d616
branches:  trunk
changeset: 569875:f7a13f92d616
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 10 22:22:20 2004 +0000

description:
Fix typo in comment.

diffstat:

 sys/compat/linux/common/linux_sched.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3d9f0d267df3 -r f7a13f92d616 sys/compat/linux/common/linux_sched.c
--- a/sys/compat/linux/common/linux_sched.c     Fri Sep 10 21:09:57 2004 +0000
+++ b/sys/compat/linux/common/linux_sched.c     Fri Sep 10 22:22:20 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_sched.c,v 1.17 2004/09/09 10:45:52 tron Exp $    */
+/*     $NetBSD: linux_sched.c,v 1.18 2004/09/10 22:22:20 wiz Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sched.c,v 1.17 2004/09/09 10:45:52 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sched.c,v 1.18 2004/09/10 22:22:20 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
@@ -359,7 +359,7 @@
         * in the same thread group (i.e. all threads created
         * via clone(2) with CLONE_THREAD flag set). This appears
         * to not be used yet, so the thread group handling
-        * is currenly not implemented.
+        * is currently not implemented.
         */
 
        exit1(l, W_EXITCODE(SCARG(uap, error_code), 0));



Home | Main Index | Thread Index | Old Index