From 8000440b2de276f6ee65f3f369b8622478a0afb2 Mon Sep 17 00:00:00 2001 From: Moesasji Date: Thu, 10 Dec 2020 18:25:37 +0000 Subject: fix typos in comments --- ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 4ee4589..d87384a 100644 --- a/ui.h +++ b/ui.h @@ -7,7 +7,7 @@ /* enable large file optimization for files larger than: */ #define UI_LARGE_FILE_SIZE (1 << 25) -/* enable large file optimization fo files containing lines longer than: */ +/* enable large file optimization for files containing lines longer than: */ #define UI_LARGE_FILE_LINE_SIZE (1 << 16) typedef struct Ui Ui; -- cgit v1.2.3