Module Name:    src
Committed By:   skrll
Date:           Wed Aug  8 16:09:42 UTC 2012

Modified Files:
        src/sys/arch/arm/include: pcb.h

Log Message:
Update comment.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/include/pcb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/include/pcb.h
diff -u src/sys/arch/arm/include/pcb.h:1.20 src/sys/arch/arm/include/pcb.h:1.21
--- src/sys/arch/arm/include/pcb.h:1.20	Thu Apr  7 11:01:49 2011
+++ src/sys/arch/arm/include/pcb.h	Wed Aug  8 16:09:42 2012
@@ -47,7 +47,7 @@ struct trapframe;
 struct pcb_arm32 {
 	/*
 	 * WARNING!
-	 * cpuswitch.S relies on pcb32_r8 being quad-aligned in struct pcb
+	 * cpuswitchto.S relies on pcb32_r8 being quad-aligned in struct pcb
 	 * (due to the use of "strd" when compiled for XSCALE)
 	 */
 	u_int	pcb32_r8 __aligned(8);		/* used */

Reply via email to