From: Peter Chinetti Date: Sun, 26 Jul 2015 21:45:58 +0000 (-0400) Subject: Fixed a typo in the manual X-Git-Tag: v1.3~20^2 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=508c2ad011511cd128c51bad743c75a071abddf6;p=sx%2Fsimavr.git Fixed a typo in the manual --- diff --git a/doc/manual/manual.pdf b/doc/manual/manual.pdf index 1cb97b2..40f9932 100644 Binary files a/doc/manual/manual.pdf and b/doc/manual/manual.pdf differ diff --git a/doc/manual/simavr.tex b/doc/manual/simavr.tex index 4d15901..fc40521 100644 --- a/doc/manual/simavr.tex +++ b/doc/manual/simavr.tex @@ -329,7 +329,7 @@ a minimum of 200 usec has been reached. usleep cannot handle lower sleep times accurately, which caused an unrealistic execution slowdown. A special case occurs when the \ac{CPU} is sleeping while interrupts are turned off. -In this scenario, there is way of ever waking up. Therefore, execution is halted +In this scenario, there is no way of ever waking up. Therefore, execution is halted gracefully. \begin{lstlisting}