From 9c32e50df8e7bbd777c64107e7580ed434f003c0 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Thu, 27 Apr 2023 22:10:09 +0200 Subject: Fix spelling mistakes --- absl/debugging/internal/stacktrace_powerpc-inl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/debugging/internal/stacktrace_powerpc-inl.inc') diff --git a/absl/debugging/internal/stacktrace_powerpc-inl.inc b/absl/debugging/internal/stacktrace_powerpc-inl.inc index 085cef67..a49ed2f7 100644 --- a/absl/debugging/internal/stacktrace_powerpc-inl.inc +++ b/absl/debugging/internal/stacktrace_powerpc-inl.inc @@ -57,7 +57,7 @@ static inline void *StacktracePowerPCGetLR(void **sp) { // This check is in case the compiler doesn't define _CALL_SYSV. return *(sp+1); #else -#error Need to specify the PPC ABI for your archiecture. +#error Need to specify the PPC ABI for your architecture. #endif } -- cgit v1.2.3