aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-buffer.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-10-23 15:02:20 +0000
committerTiago Cunha <tcunha@gmx.com>2011-10-23 15:02:20 +0000
commit653d1e2fc80a4eca4f819b31bacd7119038276d6 (patch)
tree84900b828bd11dcfd38d5485d60983e5cdec45b3 /cmd-set-buffer.c
parent9b48c77493b46786f3536a12b19b6c9689f43544 (diff)
downloadrtmux-653d1e2fc80a4eca4f819b31bacd7119038276d6.tar.gz
rtmux-653d1e2fc80a4eca4f819b31bacd7119038276d6.tar.bz2
rtmux-653d1e2fc80a4eca4f819b31bacd7119038276d6.zip
Sync OpenBSD patchset 964:
Plug a memory leak and update some comments, from Tiago Cunha.
Diffstat (limited to 'cmd-set-buffer.c')
-rw-r--r--cmd-set-buffer.c2
1 files changed, 1 insertions, 1 deletions
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 *);