aboutsummaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index f4cc90c..3f17342 100644
--- a/log.c
+++ b/log.c
@@ -41,7 +41,7 @@ static int datasize = 0; /* size of circular string list */
typedef struct logentry {
enum linetype kind;
long msecs; /* millisecs to sleep if kind == SLEEP */
- char *line; /* pointer to string in `datalist' circular buffer */
+ char *line; /* pointer to string in "datalist" circular buffer */
} logentry;
logentry *loglist; /* circular (pointer to string) list */