From: Fred L. Drake, Jr. Date: Wed, 22 May 2002 20:20:05 +0000 (+0000) Subject: Add a small comment to tell what this is. X-Git-Tag: R_1_95_3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=219908bec636b75ca0c002af697d801ecbcee418;p=libexpat Add a small comment to tell what this is. --- diff --git a/expat/tests/chardata.h b/expat/tests/chardata.h index 35ce0599..0f33c0da 100644 --- a/expat/tests/chardata.h +++ b/expat/tests/chardata.h @@ -1,7 +1,8 @@ -/* chardata.h - * - * - */ +/* chardata.h + + Interface to some helper routines used to accumulate and check text + and attribute content. +*/ #ifndef XML_CHARDATA_H #define XML_CHARDATA_H 1