about summary refs log tree commit diff
path: root/mscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mscan.c')
-rw-r--r--mscan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mscan.c b/mscan.c
index 94afb2c..4cc59b6 100644
--- a/mscan.c
+++ b/mscan.c
@@ -69,10 +69,10 @@ oneline(char *file)
 {
 	static int init;
 	if (!init) {
-		// delay loading of the seqmap until we need to scan the first
+		// delay loading of the seq until we need to scan the first
 		// file, in case someone in the pipe updated the map before
-		char *seqmap = blaze822_seq_open(0);
-		blaze822_seq_load(seqmap);
+		char *seq = blaze822_seq_open(0);
+		blaze822_seq_load(seq);
 		cur = blaze822_seq_cur();
 		init = 1;
 	}