summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-06 16:40:11 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-06 16:40:11 +0100
commitd91b97dfed94a38147894621404b9df075460084 (patch)
tree2b40d79472bffcd546e15bedb6554adb88a3a571
parent66f0fcdcd83bbffb45f08483bbd859503e3c1fa5 (diff)
downloadlsr22_fvhls-d91b97dfed94a38147894621404b9df075460084.tar.gz
lsr22_fvhls-d91b97dfed94a38147894621404b9df075460084.zip
Small fix in math
-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);