Skip to content
Snippets Groups Projects
Commit 8f3ea7d7 authored by Ben Gamari's avatar Ben Gamari Committed by Austin Seipp
Browse files

rts: Fix typo in comment

parent 7de07eb7
No related merge requests found
......@@ -393,7 +393,7 @@ schedule (Capability *initialCapability, Task *task)
run_thread:
// CurrentTSO is the thread to run. t might be different if we
// CurrentTSO is the thread to run. It might be different if we
// loop back to run_thread, so make sure to set CurrentTSO after
// that.
cap->r.rCurrentTSO = t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment