summaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input.c')
-rw-r--r--input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input.c b/input.c
index a8f076b..15e0a97 100644
--- a/input.c
+++ b/input.c
@@ -5,7 +5,7 @@
#include <stdio.h>
#include <assert.h>
#include <time.h>
-#include "buttress.h"
+#include "halibut.h"
#define TAB_STOP 8 /* for column number tracking */
@@ -157,7 +157,7 @@ enum {
tok_rbrace /* } */
};
-/* Buttress command keywords. */
+/* Halibut command keywords. */
enum {
c__invalid, /* invalid command */
c__comment, /* comment command (\#) */