aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/format.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/format.html b/docs/format.html
index 8c21c00..4dd4e1a 100644
--- a/docs/format.html
+++ b/docs/format.html
@@ -143,7 +143,7 @@ RAM tiles are 42 bits wide. (Notice the two slightly smaller columns for the RAM
The IO tiles on the top and bottom of the chip use a strange permutation pattern for their bits. It can be seen in the picture that
their columns are spread out horizontally. What cannot be seen in the picture is the columns also are not in order and the bit
positions are vertically permuted as well. The <span style="font-family:monospace">CramIndexConverter</span> class in <span style="font-family:monospace">icepack.cc</span> encapsulates the calculations
-that are neccessary to convert between tile-relative bit addresses and CRAM bank-relative bit addresses.
+that are necessary to convert between tile-relative bit addresses and CRAM bank-relative bit addresses.
</p>
<p>