Commit 508c2ad011511cd128c51bad743c75a071abddf6
authorPeter Chinetti <peter@chinetti.me>
Sun, 26 Jul 2015 21:45:58 +0000 (17:45 -0400)
committerPeter Chinetti <peter@chinetti.me>
Sun, 26 Jul 2015 21:45:58 +0000 (17:45 -0400)
2 files changed:
doc/manual/manual.pdf
doc/manual/simavr.tex

index 1cb97b20d029e16b6c5318e74712abe8ee49b811..40f9932a1687e44149980fa91c379392c6005f58 100644 (file)
Binary files a/doc/manual/manual.pdf and b/doc/manual/manual.pdf differ
index 4d15901f89bb31cb2e385f3a211123901e147a8e..fc40521bc1332b14ce1d9dfec4cd694ad5e7e93f 100644 (file)
@@ -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}