summaryrefslogtreecommitdiffstats
path: root/src/filepath.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-11 21:23:00 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-11 21:23:00 +0100
commit9810cfbe554b166cb05b51119040bb4426c17bac (patch)
tree506e9ada5382e259e88b6af7769cccbbf7656b8e /src/filepath.c
parent213ed008bbcd9fe0d3329b17f5f4af0169e448ff (diff)
patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422
Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
Diffstat (limited to 'src/filepath.c')
-rw-r--r--src/filepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filepath.c b/src/filepath.c
index 0fc1a5cad7..01d2dcb97b 100644
--- a/src/filepath.c
+++ b/src/filepath.c
@@ -8,7 +8,7 @@
*/
/*
- * filepath.c: dealing with file names ant paths.
+ * filepath.c: dealing with file names and paths.
*/
#include "vim.h"