]> git.the-white-hart.net Git - vhdl/commitdiff
Add missing apostrophe in comment
authorrs <>
Mon, 12 Jan 2026 20:21:07 +0000 (14:21 -0600)
committerrs <>
Mon, 12 Jan 2026 20:21:07 +0000 (14:21 -0600)
Oops, that was embarrassing.

libraries/simulated/dev_pmod_i2s.vhd

index d0c83d720ebd09b3c1bea18ccca99c0f024d2914..9c47fa3c5ec678b754cfdbfc2541d6c35270e66c 100644 (file)
@@ -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)
 --------------------------------------------------------------------------------