summaryrefslogtreecommitdiff
path: root/src/if_xcmdsrv.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-18 13:06:41 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-18 13:06:41 +0100
commit747f110420a0b0f4c2e40e00e8456f1e45b6f0de (patch)
tree0d72c76dc650a6f4767a219ca22285b1be2950c8 /src/if_xcmdsrv.c
parent9712ff1288f942736ed76c0dec014909f067eec9 (diff)
downloadvim-git-747f110420a0b0f4c2e40e00e8456f1e45b6f0de.tar.gz
patch 9.0.0498: various small issuesv9.0.0498
Problem: Various small issues. Solution: Various small fixes.
Diffstat (limited to 'src/if_xcmdsrv.c')
-rw-r--r--src/if_xcmdsrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c
index 20427c748..1f6b8d212 100644
--- a/src/if_xcmdsrv.c
+++ b/src/if_xcmdsrv.c
@@ -774,7 +774,7 @@ WaitForReply(void *p)
/*
* Wait for replies from id (win)
* When "timeout" is non-zero wait up to this many seconds.
- * Return 0 and the malloc'ed string when a reply is available.
+ * Return 0 and the allocated string in "*str" when a reply is available.
* Return -1 if the window becomes invalid while waiting.
*/
int