From: Andreas Gustafsson Date: Thu, 30 Aug 2001 20:40:27 +0000 (+0000) Subject: lower case X-Git-Tag: v9.2.2rc1^3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2df80e759db96017820c507feadf97e66416c78;p=thirdparty%2Fbind9.git lower case --- diff --git a/lib/isc/include/isc/file.h b/lib/isc/include/isc/file.h index aabbc44cd51..10c400a8733 100644 --- a/lib/isc/include/isc/file.h +++ b/lib/isc/include/isc/file.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.h,v 1.25 2001/08/30 04:55:34 marka Exp $ */ +/* $Id: file.h,v 1.26 2001/08/30 20:40:27 gson Exp $ */ #ifndef ISC_FILE_H #define ISC_FILE_H 1 @@ -244,7 +244,7 @@ isc_file_absolutepath(const char *filename, char *path, size_t pathlen); isc_result_t isc_file_truncate(const char *filename, isc_offset_t size); /* - * Truncate/Extend the file specified to 'size' bytes. + * Truncate/extend the file specified to 'size' bytes. */ ISC_LANG_ENDDECLS