Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2002 19:34:48 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12795 for review
Message-ID:  <200206130234.g5D2Ym872812@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12795

Change 12795 by julian@julian_ref on 2002/06/12 19:34:00

	fix typo

Affected files ...

... //depot/projects/kse/sys/kern/kern_thread.c#64 edit

Differences ...

==== //depot/projects/kse/sys/kern/kern_thread.c#64 (text+ko) ====

@@ -74,7 +74,7 @@
 
 tdlist_head_t zombie_threads = TAILQ_HEAD_INITIALIZER(zombie_threads);
 struct mtx zombie_thread_lock;
-MTX_SYSINIT(zombie_thread_lock", zombie_thread_lock,
+MTX_SYSINIT(zombie_thread_lock, zombie_thread_lock,
     "zombie_thread_lock", MTX_SPIN);
 
 /*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206130234.g5D2Ym872812>