summaryrefslogtreecommitdiffstats
path: root/paste.c
diff options
context:
space:
mode:
authornicm <nicm>2014-06-20 11:00:19 +0000
committernicm <nicm>2014-06-20 11:00:19 +0000
commit8d0819bff16dbfbc61a97135742e1a0f1c144f77 (patch)
tree23e27b24e91ffb289cae3a1c59cc1b657a4a783c /paste.c
parentc8efffb4db5c521640dd5687d2a640ca04664aad (diff)
Comment style nits.
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 245cca37..08f4bab5 100644
--- a/paste.c
+++ b/paste.c
@@ -69,7 +69,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)
{
@@ -81,7 +81,7 @@ paste_get_top(void)
return (pb);
}
-/* Free the most recent buffer */
+/* Free the most recent buffer. */
int
paste_free_top(void)
{