Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 02:47:32 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353746 - head/sys/powerpc/aim
Message-ID:  <201910190247.x9J2lWQq098317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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):



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910190247.x9J2lWQq098317>