diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-08-14 12:14:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-08-14 12:14:07 +0000 |
commit | 5bf0a685f1ec036f676158ed9e378842e2775317 (patch) | |
tree | 31e92d37fcd12d0591cea29eef3721cb3f0160cc /sys | |
parent | 76bb1e1768f3be76ea5600e456d4e6e5d5c3db06 (diff) |
Fix typo.
Spotted by miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc64/powerpc64/locore.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/powerpc64/locore.S b/sys/arch/powerpc64/powerpc64/locore.S index 85266b3e09e..47fb7e98308 100644 --- a/sys/arch/powerpc64/powerpc64/locore.S +++ b/sys/arch/powerpc64/powerpc64/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.33 2020/07/21 21:36:58 kettenis Exp $ */ +/* $OpenBSD: locore.S,v 1.34 2020/08/14 12:14:06 kettenis Exp $ */ /* * Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> @@ -346,7 +346,7 @@ opal_call: std %r31, 12(%r1) mfmsr %r31 - /* Disable transaltion and external interrupts */ + /* Disable translation and external interrupts */ andi. %r2, %r31, ~(PSL_DR|PSL_IR|PSL_EE)@l mtmsr %r2 isync |