summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapters/scheduling.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/scheduling.tex b/chapters/scheduling.tex
index dc7a88c..9412ea4 100644
--- a/chapters/scheduling.tex
+++ b/chapters/scheduling.tex
@@ -207,7 +207,7 @@ transition in the left hand side.
\hbox{\starttikzpicture[shorten >=1pt,>=stealth]
\node (s2) at (0,0) {$S_{2}$};
\node (s1) at (0,2) {$S_{1}$};
- \node (s1p) at (3,2) {$S_{1}$};
+ \node (s1p) at (3,2) {$S_{1}'$};
\draw (s1) -- node[above] {$\sim$} (s1p);
\draw[->] (s1) -- (s2);
\draw[dashed] (s2) -- node[below,xshift=1mm] {$\sim$} (s1p);