change of message


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@375 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c
index 179161f..01b32aa 100644
--- a/libasn1compiler/asn1c_C.c
+++ b/libasn1compiler/asn1c_C.c
@@ -830,7 +830,7 @@
 	OUT("/*\n");
 	OUT(" * This type is implemented using %s,\n",
 		asn1c_type_name(arg, expr, TNF_SAFE));
-	OUT(" * so adjust the DEF appropriately.\n");
+	OUT(" * so here we adjust the DEF accordingly.\n");
 	OUT(" */\n");
 	OUT("static void\n");
 	p = MKID(expr->Identifier);