From e9efd91c951265d3af351f8b1d749619cdbe6570 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 4 Mar 2025 14:03:09 -0500 Subject: listamsb: fix description of lock/un;ock. --- listamsb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listamsb.c') diff --git a/listamsb.c b/listamsb.c index 182f928..463e12d 100644 --- a/listamsb.c +++ b/listamsb.c @@ -199,7 +199,7 @@ unsigned char unlock_byte(unsigned char b) { return ((UNLOCK_KEY - b) & 0xff); } -/* the "encryption" is the same (process is reversible) */ +/* the "encryption" is the same (process is reciprocal) */ #define lock_byte(x) unlock_byte(x) /* read and (if needed) decrypt a byte from the program. */ -- cgit v1.2.3