summaryrefslogtreecommitdiff
path: root/src/core/core_timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_timing.h')
-rw-r--r--src/core/core_timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h
index 8bba45beb..3bb88c810 100644
--- a/src/core/core_timing.h
+++ b/src/core/core_timing.h
@@ -113,7 +113,7 @@ public:
113 current_context = new_context; 113 current_context = new_context;
114 } 114 }
115 115
116 bool CurrentContextCanRun() const { 116 bool CanCurrentContextRun() const {
117 return time_slice[current_context] > 0; 117 return time_slice[current_context] > 0;
118 } 118 }
119 119