diff src/evalfunc.c @ 10226:7a4fb555c83a v8.0.0012

commit https://github.com/vim/vim/commit/9af418427652562384744648d7d173a4bfebba95 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 25 21:45:05 2016 +0200 patch 8.0.0012 Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes https://github.com/vim/vim/issues/1088)
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Sep 2016 22:00:04 +0200
parents 9415453b7bbd
children d709622a18c9
line wrap: on
line diff
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -6874,7 +6874,7 @@ libcall_common(typval_T *argvars, typval
 	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;