From: ian Date: Sat, 4 Jun 2005 10:09:00 +0000 (+0000) Subject: fix comments X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=2ca50af90322e4e0490f72218091452a1b6ca3ff;p=trains.git fix comments --- 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