From 219908bec636b75ca0c002af697d801ecbcee418 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 22 May 2002 20:20:05 +0000 Subject: [PATCH] Add a small comment to tell what this is. --- expat/tests/chardata.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.40.0