aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3e29e66..f0568e2 100644
--- a/makefile
+++ b/makefile
@@ -36,7 +36,7 @@ CC = gcc -g -Wall -pedantic
#YFLAGS = -d -S
#YACC = bison -d -y
YACC = yacc -d
- # -S uses sprintf in yacc parser instead of sprint
+# -S uses sprintf in yacc parser instead of sprint
OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o