From 60966d29258c8181929776ea370909ea827ed375 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 31 Oct 2020 20:07:48 +0100 Subject: [PATCH] fix: corresponding description --- bit-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bit-ops.c b/bit-ops.c index ba48f39..e722927 100644 --- a/bit-ops.c +++ b/bit-ops.c @@ -81,7 +81,7 @@ void do_arbitrary_stuff() { printf("PTCD = %u (", PTCD=0x5d); gimme_bin_int(PTCD); PTCD |= 0x50; - printf("PTCD |= 0x00 --> %#x (", PTCD); + printf("PTCD |= 0x50 --> %#x (", PTCD); gimme_bin_int(PTCD); }