diff --git a/c-programming/experiments/reverse-ramdisk.c b/c-programming/experiments/reverse-ramdisk.c index fff6ef1..9ef99e0 100644 --- a/c-programming/experiments/reverse-ramdisk.c +++ b/c-programming/experiments/reverse-ramdisk.c @@ -7,7 +7,7 @@ * * 20% AI, 80% human (the code is tested and reviewed) * - * Warning: The current result is quick and dirty. Not for educational or + * XXX: The current result is quick and dirty. Not for educational or * production purposes. * * GCC/Clang/TCC: Compile with -DTEST to set macro TEST as defined, with