aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/buf.c')
-rw-r--r--contrib/bmake/buf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/buf.c b/contrib/bmake/buf.c
index 845a68c46330..fdc6c8ec2b60 100644
--- a/contrib/bmake/buf.c
+++ b/contrib/bmake/buf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: buf.c,v 1.56 2023/06/01 07:44:10 rillig Exp $ */
+/* $NetBSD: buf.c,v 1.57 2023/12/19 19:33:39 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -69,13 +69,13 @@
* SUCH DAMAGE.
*/
-/* Automatically-expanding null-terminated character buffers. */
+/* Automatically growing null-terminated buffers of characters. */
#include <limits.h>
#include "make.h"
/* "@(#)buf.c 8.1 (Berkeley) 6/6/93" */
-MAKE_RCSID("$NetBSD: buf.c,v 1.56 2023/06/01 07:44:10 rillig Exp $");
+MAKE_RCSID("$NetBSD: buf.c,v 1.57 2023/12/19 19:33:39 rillig Exp $");
/* Make space in the buffer for adding at least 16 more bytes. */
void