summaryrefslogtreecommitdiff
path: root/runtime/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index e43d1d3432..63a0707424 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -314,7 +314,7 @@ class Runtime {
void DetachCurrentThread(bool should_run_callbacks = true) REQUIRES(!Locks::mutator_lock_);
// If we are handling SIQQUIT return the time when we received it.
- std::optional<uint64_t> SiqQuitNanoTime() const;
+ std::optional<uint64_t> SigQuitNanoTime() const;
void DumpDeoptimizations(std::ostream& os);
void DumpForSigQuit(std::ostream& os);