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-set-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-set-buffer.c') diff --git a/cmd-set-buffer.c b/cmd-set-buffer.c index 218f3bd1..35e16e39 100644 --- a/cmd-set-buffer.c +++ b/cmd-set-buffer.c @@ -23,7 +23,7 @@ #include "tmux.h" /* - * Add or set a session paste buffer. + * Add or set a paste buffer. */ int cmd_set_buffer_exec(struct cmd *, struct cmd_ctx *); -- cgit