aboutsummaryrefslogtreecommitdiff
path: root/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'paste.c')
-rw-r--r--paste.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/paste.c b/paste.c
index 0ff5958c..b05cf025 100644
--- a/paste.c
+++ b/paste.c
@@ -68,7 +68,7 @@ paste_walk(struct paste_buffer *pb)
return (RB_NEXT(paste_time_tree, &paste_by_time, pb));
}
-/* Get the most recent automatic buffer */
+/* Get the most recent automatic buffer. */
struct paste_buffer *
paste_get_top(void)
{
@@ -80,7 +80,7 @@ paste_get_top(void)
return (pb);
}
-/* Free the most recent buffer */
+/* Free the most recent buffer. */
int
paste_free_top(void)
{