svn commit: r353746 - head/sys/powerpc/aim

Justin Hibbits jhibbits at FreeBSD.org
Sat Oct 19 02:47:33 UTC 2019


Author: jhibbits
Date: Sat Oct 19 02:47:32 2019
New Revision: 353746
URL: https://svnweb.freebsd.org/changeset/base/353746

Log:
  powerpc/aim: Fix comment typo

Modified:
  head/sys/powerpc/aim/trap_subr64.S

Modified: head/sys/powerpc/aim/trap_subr64.S
==============================================================================
--- head/sys/powerpc/aim/trap_subr64.S	Sat Oct 19 01:07:35 2019	(r353745)
+++ head/sys/powerpc/aim/trap_subr64.S	Sat Oct 19 02:47:32 2019	(r353746)
@@ -452,7 +452,7 @@ CNAME(trapcode):
 	blrl				/* Branch to generictrap */
 CNAME(trapcodeend):
 
-/* Same thing for traps setting HSRR0/HSS1 */
+/* Same thing for traps setting HSRR0/HSRR1 */
 	.globl	CNAME(hypertrapcode),CNAME(hypertrapcodeend)
 	.p2align 3
 CNAME(hypertrapcode):


More information about the svn-src-head mailing list