aboutsummaryrefslogtreecommitdiff
path: root/notes/hardware.tex
diff options
context:
space:
mode:
Diffstat (limited to 'notes/hardware.tex')
-rw-r--r--notes/hardware.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/notes/hardware.tex b/notes/hardware.tex
index d9cebed..0141944 100644
--- a/notes/hardware.tex
+++ b/notes/hardware.tex
@@ -29,9 +29,9 @@ cycle. It is very successful due to its need for only one memory unit
and the ability to have general purpose rather than specific purpose
hardware, which early computers were and had to be rewired to change.
-The design however does lead to the \textbf{`von Neumann bottleneck'} as data
-and instructions must be fetched from the same memory unit over the
-same bus.
+The design however does lead to the \textbf{`von Neumann bottleneck'}
+as data and instructions must be fetched from the same memory unit
+over the same bus.
\section{Boolean logic}