summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-25 21:45:05 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-25 21:45:05 +0200
commit9af418427652562384744648d7d173a4bfebba95 (patch)
tree90d781691e7112ad8b3acd73d0fea202b558db80 /src/evalfunc.c
parent20eeb6129d12a5d073ee949043de73242a36976c (diff)
downloadvim-git-9af418427652562384744648d7d173a4bfebba95.tar.gz
patch 8.0.0012v8.0.0012
Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes #1088)
Diffstat (limited to 'src/evalfunc.c')
-rw-r--r--src/evalfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evalfunc.c b/src/evalfunc.c
index 3207441c2..e89bc3008 100644
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -6874,7 +6874,7 @@ libcall_common(typval_T *argvars, typval_T *rettv, int type)
return;
#ifdef FEAT_LIBCALL
- /* The first two args must be strings, otherwise its meaningless */
+ /* The first two args must be strings, otherwise it's meaningless */
if (argvars[0].v_type == VAR_STRING && argvars[1].v_type == VAR_STRING)
{
string_in = NULL;