summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-save-buffer.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2011-10-23 00:49:25 +0000
committernicm <nicm@openbsd.org>2011-10-23 00:49:25 +0000
commit521765b03b8ddb3c38c655fb24a4a0090711cfab (patch)
tree362d856d2e23df5b1066cbebdd37d4a06f912ffc /usr.bin/tmux/cmd-save-buffer.c
parentImplement missing enclosures (Ao Do Qo Qq So Bro Brq) (diff)
downloadwireguard-openbsd-521765b03b8ddb3c38c655fb24a4a0090711cfab.tar.xz
wireguard-openbsd-521765b03b8ddb3c38c655fb24a4a0090711cfab.zip
Plug a memory leak and update some comments, from Tiago Cunha.
Diffstat (limited to 'usr.bin/tmux/cmd-save-buffer.c')
-rw-r--r--usr.bin/tmux/cmd-save-buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-save-buffer.c b/usr.bin/tmux/cmd-save-buffer.c
index 75115250ad4..33c736a922c 100644
--- a/usr.bin/tmux/cmd-save-buffer.c
+++ b/usr.bin/tmux/cmd-save-buffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-save-buffer.c,v 1.10 2011/01/04 00:42:47 nicm Exp $ */
+/* $OpenBSD: cmd-save-buffer.c,v 1.11 2011/10/23 00:49:25 nicm Exp $ */
/*
* Copyright (c) 2009 Tiago Cunha <me@tiagocunha.org>
@@ -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 *);