summaryrefslogtreecommitdiff
path: root/src/common/signal_chain.cpp
diff options
context:
space:
mode:
authorGPUCode <geoster3d@gmail.com>2023-11-18 16:10:39 +0200
committert895 <clombardo169@gmail.com>2023-11-25 00:47:28 -0500
commit8fab363237083a8130a7b2a023cd9c5dd83f8f4f (patch)
treefa94b90be48a5debe83b414119da5b8419dd463c /src/common/signal_chain.cpp
parent9f91ba1f7357c61dd2c7c3b437ea203d467fd400 (diff)
android: Add cpu bakend gui toggle
Diffstat (limited to 'src/common/signal_chain.cpp')
-rw-r--r--src/common/signal_chain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/signal_chain.cpp b/src/common/signal_chain.cpp
index e0c6b9d4e..2e4fecc48 100644
--- a/src/common/signal_chain.cpp
+++ b/src/common/signal_chain.cpp
@@ -18,7 +18,7 @@ T* LookupLibcSymbol(const char* name) {
UNREACHABLE_MSG("Failed to open libc!");
}
#else
- // For other operating environments, we assume the symbol is not overriden.
+ // For other operating environments, we assume the symbol is not overridden.
const char* base = nullptr;
Common::DynamicLibrary provider(base);
#endif