summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-05-26 00:36:05 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-05-26 00:36:05 +0000
commitc413206bf89a6cce9527a4d2de33ef258c0f02d3 (patch)
tree4150ce075256cb4e041c0b8c65ccd3f37ffcf297 /sys/arch/sparc64
parent3e63d12de85bb03339039fd726ca30e5f9a849c2 (diff)
More comment typos from Diego Casati. Including winners like funtion, allmost,
oustside, seqencer, toghether, nessissary, etc.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/include/pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/pcb.h b/sys/arch/sparc64/include/pcb.h
index 2a7e93f8440..fe2c4ea6b03 100644
--- a/sys/arch/sparc64/include/pcb.h
+++ b/sys/arch/sparc64/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.6 2007/05/02 18:46:06 kettenis Exp $ */
+/* $OpenBSD: pcb.h,v 1.7 2007/05/26 00:36:03 krw Exp $ */
/* $NetBSD: pcb.h,v 1.7 2000/12/29 17:12:05 eeh Exp $ */
/*
@@ -133,7 +133,7 @@ struct pcb {
/* The rest is probably not needed except for pcb_rw */
char pcb_cwp; /* %cwp when switch() was called */
- char pcb_pil; /* %pil when switch() was called -- prolly not needed */
+ char pcb_pil; /* %pil when switch() was called -- probably not needed */
const char *lastcall; /* DEBUG -- name of last system call */
u_int64_t pcb_wcookie;