aboutsummaryrefslogtreecommitdiffstats
path: root/icepack
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-09-13 12:55:48 +0200
committerClifford Wolf <clifford@clifford.at>2019-09-13 12:55:48 +0200
commit0ec00d892a91cc68e45479b46161f649caea2933 (patch)
tree46a02b9c2878a9e236aef914f0395125e56f6d09 /icepack
parent04f1eb78ed8fd50516aee50102675041a8fd40cd (diff)
downloadicestorm-0ec00d892a91cc68e45479b46161f649caea2933.tar.gz
icestorm-0ec00d892a91cc68e45479b46161f649caea2933.tar.bz2
icestorm-0ec00d892a91cc68e45479b46161f649caea2933.zip
Fix typo
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'icepack')
-rw-r--r--icepack/icepack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icepack/icepack.cc b/icepack/icepack.cc
index d441042..9b38ab5 100644
--- a/icepack/icepack.cc
+++ b/icepack/icepack.cc
@@ -325,7 +325,7 @@ void FpgaConfig::read_bits(std::istream &ifs)
end_token = read_byte(ifs, crc_value, file_offset);
end_token = (end_token << 8) | read_byte(ifs, crc_value, file_offset);
if (end_token)
- error("Expeded 0x0000 after BRAM data, got 0x%04x\n", end_token);
+ error("Expected 0x0000 after BRAM data, got 0x%04x\n", end_token);
break;
case 0x05: