aboutsummaryrefslogtreecommitdiff
path: root/games/squ.awk
diff options
context:
space:
mode:
Diffstat (limited to 'games/squ.awk')
-rw-r--r--games/squ.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/squ.awk b/games/squ.awk
index 0d8f9210..3cf3f57a 100644
--- a/games/squ.awk
+++ b/games/squ.awk
@@ -1,4 +1,4 @@
-# Make a square out of each line of input
+# Make a reduced Latin square out of each line of input
{
str = toupper($0)
len = length(str)