summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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/amd64
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/amd64')
-rw-r--r--sys/amd64/amd64/support.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index fed852c..77dbf63 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -200,9 +200,9 @@ END(fillw)
* Access user memory from inside the kernel. These routines should be
* the only places that do this.
*
- * 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