From: rs <> Date: Mon, 12 Jan 2026 20:21:07 +0000 (-0600) Subject: Add missing apostrophe in comment X-Git-Url: https://git.the-white-hart.net/?a=commitdiff_plain;h=71ae0b4b5c1ac4111ea4ac6633742ebdc779d8ea;p=vhdl Add missing apostrophe in comment Oops, that was embarrassing. --- diff --git a/libraries/simulated/dev_pmod_i2s.vhd b/libraries/simulated/dev_pmod_i2s.vhd index d0c83d7..9c47fa3 100644 --- a/libraries/simulated/dev_pmod_i2s.vhd +++ b/libraries/simulated/dev_pmod_i2s.vhd @@ -3,7 +3,7 @@ -- -- * Separate I2S->WAV and WAV->I2S into separate entities -- * Queues should carry integers, not bytes --- * Queues should allocate blocks rather than individual items (its a bit slow) +-- * Queues should allocate blocks rather than individual items (it's a bit slow) -- * Floating point error accumulation causes MCLK drift -- * More sanity checks on file format (ensure sample width divisible by 8) --------------------------------------------------------------------------------