summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-04-13 15:20:33 +0000
committerkib <kib@FreeBSD.org>2013-04-13 15:20:33 +0000
commit7117978a81489c8738730dfa94f7b7544868a517 (patch)
tree241705a48084c9337abed3fec4a54eb34dad93f9 /sys/i386
parent7ae4e14b0e5c2b1e3d759894c1c71ef5b16ae2b3 (diff)
downloadFreeBSD-src-7117978a81489c8738730dfa94f7b7544868a517.zip
FreeBSD-src-7117978a81489c8738730dfa94f7b7544868a517.tar.gz
Fix the name of the pcb member in the comments.
Submitted by: Oliver Pinter <oliver.pntr@gmail.com> MFC after: 3 days
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/support.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s
index 29a258c..967a09e 100644
--- a/sys/i386/i386/support.s
+++ b/sys/i386/i386/support.s
@@ -262,9 +262,9 @@ END(memcpy)
* write permissions when we are executing with EPL 0. The 486 does check
* this if the WP bit is set in CR0, so we can use a simpler version here.
*
- * These routines set curpcb->onfault for the time they execute. When a
+ * These routines set curpcb->pcb_onfault for the time they execute. When a
* protection violation occurs inside the functions, the trap handler
- * returns to *curpcb->onfault instead of the function.
+ * returns to *curpcb->pcb_onfault instead of the function.
*/
/*
OpenPOWER on IntegriCloud