From 031a4091e3b56a27476d935735938459369327db Mon Sep 17 00:00:00 2001
From: Manuel Thalmann <m@nuth.ch>
Date: Sat, 25 Mar 2023 21:43:49 +0100
Subject: [PATCH] Adjust comments accordingly

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0e7e2ac..d3b34b7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -67,7 +67,7 @@ RUN \
             -u \
             # Handle multiple occurrences of $pattern
             -e "/$pattern/{ x; s/^x\{$(expr $patternCount - 1)\}$/\0/; x; t stuck; x; s/^\(x*\)$/\1x/; x; };" \
-            # Delete output and return to start
+            # Return to start
             -e "b;" \
             # Branch "stuck": delete output and exit with code 42
             -e ":stuck q42;" \