From 18aa993466ab857b2a56612dabd243992e987998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 10 Sep 2014 11:46:59 +0200 Subject: Add comments where appropriate --- text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.h') 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; -- cgit v1.2.3