aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.h b/text.h
index 1b4bc2b..e133af0 100644
--- a/text.h
+++ b/text.h
@@ -7,7 +7,7 @@
typedef size_t Filepos;
typedef struct {
- size_t start, end; /* range in bytes from start of file */
+ size_t start, end; /* range in bytes from start of the file */
} Filerange;
typedef struct Text Text;