Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 23:01:07 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12180 for review
Message-ID:  <200205310601.g4V617J26052@freefall.freebsd.org>

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

Change 12180 by julian@julian_ref on 2002/05/30 23:00:46

	 spell void "void" and not "viod"

Affected files ...

... //depot/projects/kse/sys/i386/i386/trap.c#44 edit

Differences ...

==== //depot/projects/kse/sys/i386/i386/trap.c#44 (text+ko) ====

@@ -958,7 +958,7 @@
 		td->td_mailbox = fuword((caddr_t)td->td_kse->ke_mailbox +
 		    offsetof(struct kse_mailbox, current_thread));
 		if ((td->td_mailbox == NULL) ||
-		(td->td_mailbox == (viod *)-1)) {
+		(td->td_mailbox == (void *)-1)) {
 			td->td_mailbox = NULL;	/* single thread it.. */
 			td->td_flags &= ~TDF_UNBOUND;
 		} else {

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?200205310601.g4V617J26052>