summaryrefslogtreecommitdiffstats
path: root/src/common/signal_chain.cpp
diff options
context:
space:
mode:
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