From 5ec892c480110141823cc9001632b9d43efcaa9d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 23:59:03 -0400 Subject: [PATCH] spelling: persistent --- src/location.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/location.c b/src/location.c index 5962ef0c..e75e67e3 100644 --- a/src/location.c +++ b/src/location.c @@ -137,7 +137,7 @@ location_print (location loc, FILE *out) } -/* Persistant data used by location_caret to avoid reopening and rereading the +/* Persistent data used by location_caret to avoid reopening and rereading the same file all over for each error. */ struct caret_info {