aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-04 14:03:09 -0500
committerB. Watson <urchlay@slackware.uk>2025-03-04 14:03:09 -0500
commite9efd91c951265d3af351f8b1d749619cdbe6570 (patch)
treed419f8493de194391c46480cdc89f41290ba0fb0 /listamsb.c
parent84a7dd4319411fe567e67c3d0947fd5246ed7b13 (diff)
downloadbw-atari8-tools-e9efd91c951265d3af351f8b1d749619cdbe6570.tar.gz
listamsb: fix description of lock/un;ock.
Diffstat (limited to 'listamsb.c')
-rw-r--r--listamsb.c2
1 files changed, 1 insertions, 1 deletions
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. */