From c490ff8e7761cbfb3170b07fb0aa5de39fbe339d Mon Sep 17 00:00:00 2001
From: Lev Walkin <vlm@lionet.info>
Date: Thu, 10 Mar 2005 11:59:44 +0000
Subject: [PATCH] comment

---
 skeletons/asn-decoder-template.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/skeletons/asn-decoder-template.c b/skeletons/asn-decoder-template.c
index ba719e56..fdc86da0 100644
--- a/skeletons/asn-decoder-template.c
+++ b/skeletons/asn-decoder-template.c
@@ -1,9 +1,9 @@
 /*
  * This is a generic BER decoder template for any ASN.1 type.
  * 
- * To compile, please redefine the asn_DEF as shown:
+ * To compile with your own ASN.1 type, please redefine the asn_DEF as shown:
  * 
- *   cc -Dasn_DEF=asn_DEF_MyCustomType -o myTypeDecoder.o -c decoder-template.c
+ * cc -Dasn_DEF=asn_DEF_MyCustomType -o myDecoder.o -c asn-decoder-template.c
  */
 #ifdef	HAVE_CONFIG_H
 #include <config.h>
-- 
GitLab