summaryrefslogtreecommitdiffstats
path: root/cmd-save-buffer.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-10-23 00:49:25 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-10-23 00:49:25 +0000
commite63909655cf2fa3afa1513f5c54f9fd7322d43a6 (patch)
treeb27e250c544970a9e67ce05a5120239b467ecccf /cmd-save-buffer.c
parent6821ccc8824588652db3d5805cf2e2fd143e8d42 (diff)
Plug a memory leak and update some comments, from Tiago Cunha.
Diffstat (limited to 'cmd-save-buffer.c')
-rw-r--r--cmd-save-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c
index 6fd65696..586fbbba 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 *);