From 9337c641c4f3990efed8253e14d0f19b32445f25 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Mon, 11 Jul 2022 11:12:20 +1200 Subject: [PATCH] vault backup: 2022-07-11 11:12:20 --- content/notes/01-bits-and-bytes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/notes/01-bits-and-bytes.md b/content/notes/01-bits-and-bytes.md index 27ebb9eab..933150529 100644 --- a/content/notes/01-bits-and-bytes.md +++ b/content/notes/01-bits-and-bytes.md @@ -42,7 +42,7 @@ tags: - (for convenience) bit are grouped into larger units. - a nibble is 4 bits - a byte is 8 bits -- For convenience bytes are given addresses, not nibble or bits. (they are too small to work with most of the time) +- For convenience bytes are given addresses, not nibbles or bits. (they are too small to work with most of the time) # A Word of memory - The word is the number of bits the cpu uses internally, varies between manufacturers and CPUs.