diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-02-16 03:00:53 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-02-16 03:00:53 +0000 |
commit | 5d0c1b926c836ffadb8025d4e459b73fbc48fded (patch) | |
tree | 7ee52bbdc512965e61c864838fdfb298da94c1c0 /usr.bin | |
parent | 23d018d4fd935660d415ded265a89be943ca260f (diff) |
Correct function name in comment.
From Pierre Riteau <pierre dot riteau at free dot fr>.
OK xsa@.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/buf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/buf.h b/usr.bin/rcs/buf.h index 0a804d44380..d63a7cfcaf1 100644 --- a/usr.bin/rcs/buf.h +++ b/usr.bin/rcs/buf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.h,v 1.6 2007/02/02 04:24:09 ray Exp $ */ +/* $OpenBSD: buf.h,v 1.7 2007/02/16 03:00:52 ray Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -31,7 +31,7 @@ * API user in order to avoid corruption of the fields and make sure that only * the internals can modify the fields. * - * The first step is to allocate a new buffer using the rcs_buf_create() + * The first step is to allocate a new buffer using the rcs_buf_alloc() * function, which returns a pointer to a new buffer. */ |