Module Name: src Committed By: andvar Date: Wed Mar 16 09:48:23 UTC 2022
Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S Log Message: s/frmae/frame/ To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/powerpc/powerpc/locore_subr.S 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/powerpc/powerpc/locore_subr.S diff -u src/sys/arch/powerpc/powerpc/locore_subr.S:1.65 src/sys/arch/powerpc/powerpc/locore_subr.S:1.66 --- src/sys/arch/powerpc/powerpc/locore_subr.S:1.65 Sat Mar 6 08:34:58 2021 +++ src/sys/arch/powerpc/powerpc/locore_subr.S Wed Mar 16 09:48:23 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: locore_subr.S,v 1.65 2021/03/06 08:34:58 rin Exp $ */ +/* $NetBSD: locore_subr.S,v 1.66 2022/03/16 09:48:23 andvar Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -284,7 +284,7 @@ ENTRY(cpu_switchto) #if 1 addi %r1,%r1,CALLFRAMELEN #else - ldreg %r1,CFRAME_SP(%r1) /* pop stack frmae */ + ldreg %r1,CFRAME_SP(%r1) /* pop stack frame */ #endif ldreg %r0,CFRAME_LR(%r1) mtlr %r0