From 71ae0b4b5c1ac4111ea4ac6633742ebdc779d8ea Mon Sep 17 00:00:00 2001 From: rs <> Date: Mon, 12 Jan 2026 14:21:07 -0600 Subject: [PATCH] Add missing apostrophe in comment Oops, that was embarrassing. --- libraries/simulated/dev_pmod_i2s.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -------------------------------------------------------------------------------- -- 2.43.0