From 3054b7be1e18f753bfd6cb43350d3654ae74f3b5 Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Wed, 1 Feb 2023 08:09:36 -0600 Subject: [PATCH] Os are not 0s. --- section_1/hex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_1/hex.md b/section_1/hex.md index 6c95ee3..ed726e6 100644 --- a/section_1/hex.md +++ b/section_1/hex.md @@ -69,7 +69,7 @@ You can spell stuff with hex. | Hex Value | Notes | | --------- | ----- | | DEADBEEF | Found frequently in MC68K code especially Amiga | -| 8BADFOOD | Found for similar reasons but on Apple products | +| 8BADF00D | Found for similar reasons but on Apple products | | DEADDEAD | Associated with the Blue Screen of Death | | F003BA11 | Used by undergraduates everywhere | | C0EDBABE | Used by misogynists everywhere |