From: Tom Tromey Date: Tue, 21 Apr 2026 14:42:39 +0000 (-0600) Subject: Fix typo in sim/ppc/std-config.h X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fbinutils-gdb.git Fix typo in sim/ppc/std-config.h A user noticed a typo in a preprocessor condition in sim/ppc/std-config.h. This fixes it. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34087 --- diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h index d1cd981fb62..f544285d493 100644 --- a/sim/ppc/std-config.h +++ b/sim/ppc/std-config.h @@ -584,7 +584,7 @@ extern int current_stdio; /* idecode acts as the hub of the system, everything else is imported into this file */ -#ifndef IDECOCE_INLINE +#ifndef IDECODE_INLINE #define IDECODE_INLINE INLINE_LOCALS #endif