summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2008-05-02 17:25:50 +0000
committerJim Jagielski <jim@apache.org>2008-05-02 17:25:50 +0000
commit6ddb8b00c545236c0e764c942afd369363933b40 (patch)
treead4c5035f06531ff0eb27edadfe95f5b29679c93 /strings
parent22234708dd413de3f26fda7239f376cae49df7af (diff)
downloadapr-6ddb8b00c545236c0e764c942afd369363933b40.tar.gz
Document cvt from V7, not GNU libc, and copyright
Caldera International Inc. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@652832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'strings')
-rw-r--r--strings/apr_snprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/apr_snprintf.c b/strings/apr_snprintf.c
index bb6ef528a..bf3f58537 100644
--- a/strings/apr_snprintf.c
+++ b/strings/apr_snprintf.c
@@ -68,8 +68,8 @@ typedef enum {
#define NUM_BUF_SIZE 512
/*
- * cvt.c - IEEE floating point formatting routines for FreeBSD
- * from GNU libc-4.6.27. Modified to be thread safe.
+ * cvt - IEEE floating point formatting routines.
+ * Derived from UNIX V7, Copyright(C) Caldera International Inc.
*/
/*