From 2ca50af90322e4e0490f72218091452a1b6ca3ff Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 4 Jun 2005 10:09:00 +0000 Subject: [PATCH] fix comments --- hostside/skelproto-pic.c | 5 +++-- hostside/skelproto-pic.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hostside/skelproto-pic.c b/hostside/skelproto-pic.c index 69dd62f..651dd85 100644 --- a/hostside/skelproto-pic.c +++ b/hostside/skelproto-pic.c @@ -1,9 +1,10 @@ /* @skeleton@ @1@ @L@ */ /* - * arranges for the declarations of + * definitions of * enco_pic_WHATEVER - * onrecv_pic_WHATEVER + * on_pic_WHATEVER * and the tables + * and related functions */ #include "hostside.h" diff --git a/hostside/skelproto-pic.h b/hostside/skelproto-pic.h index d5b2d46..5d1762b 100644 --- a/hostside/skelproto-pic.h +++ b/hostside/skelproto-pic.h @@ -2,8 +2,9 @@ /* * arranges for the declarations of * enco_pic_WHATEVER - * onrecv_pic_WHATEVER + * on_pic_WHATEVER * and the tables + * and related functions */ #ifndef AUPROTO_PIC_H -- 2.30.2