From 653d1e2fc80a4eca4f819b31bacd7119038276d6 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 23 Oct 2011 15:02:20 +0000 Subject: Sync OpenBSD patchset 964: Plug a memory leak and update some comments, from Tiago Cunha. --- cmd-save-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-save-buffer.c') diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c index 9653d858..9e6096d1 100644 --- a/cmd-save-buffer.c +++ b/cmd-save-buffer.c @@ -25,7 +25,7 @@ #include "tmux.h" /* - * Saves a session paste buffer to a file. + * Saves a paste buffer to a file. */ int cmd_save_buffer_exec(struct cmd *, struct cmd_ctx *); -- cgit