# HG changeset patch # User Steve Losh # Date 1482171021 18000 # Node ID 0f5da0ca5bb38ee4e98e710d0cd0edd980acfb45 # Parent 6ca2343b424783ee402d9233bdc9ffeb9b090b14 Typo diff -r 6ca2343b4247 -r 0f5da0ca5bb3 content/blog/2016/12/chip8-cpu.markdown --- a/content/blog/2016/12/chip8-cpu.markdown Mon Dec 19 13:08:02 2016 -0500 +++ b/content/blog/2016/12/chip8-cpu.markdown Mon Dec 19 13:10:21 2016 -0500 @@ -473,7 +473,7 @@ ``` `chop` truncates an integer to the given number of bits. `cat-bytes` -concatenates two bytes. This are pretty simple, but I prefer the more +concatenates two bytes. These are pretty simple, but I prefer the more descriptive names over writing `dpb` (deposit byte) and `ldb` (load byte) everywhere.