about summary refs log tree commit diff stats
path: root/awk/forth
diff options
context:
space:
mode:
Diffstat (limited to 'awk/forth')
-rwxr-xr-xawk/forth/f.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awk/forth/f.awk b/awk/forth/f.awk
index 3184dde..a00a12d 100755
--- a/awk/forth/f.awk
+++ b/awk/forth/f.awk
@@ -4,7 +4,7 @@
 # If I was clever I wouldn’t implement forth directly in awk,
 # instead I’d implement a simple virtual machine using awk, 
 # and then implement the forth using the virtual machine’s byte code
-#…but there is only so much brain power I can exert on such a silly project.
+# ...but there is only so much brain power I can exert on such a silly project.
 
 BEGIN {
     # Initialize stacks and dictionaries