From eaf2bd306c4e5775c0deb97954954c8177e4e6fd Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sat, 30 Dec 2023 16:01:21 +0300 Subject: [PATCH] reverse-ramdisk.c: comment: fix ratio --- c-programming/reverse-ramdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-programming/reverse-ramdisk.c b/c-programming/reverse-ramdisk.c index 89604f4..0213534 100644 --- a/c-programming/reverse-ramdisk.c +++ b/c-programming/reverse-ramdisk.c @@ -1,7 +1,7 @@ /* C programming idea: Handling temporary files like memory allocations (allocating -> creating empty file, using -> locking for R/W, freeing -> deleting). -50% AI, 50% human (the code is tested and reviewed) +20% AI, 80% human (the code is tested and reviewed) Warning: The current result is quick and dirty. Not for educational or production purposes.