restructured member variable names

diff --git a/libasn1parser/asn1p_module.h b/libasn1parser/asn1p_module.h
index 7d8bcc6..e34ffde 100644
--- a/libasn1parser/asn1p_module.h
+++ b/libasn1parser/asn1p_module.h
@@ -36,9 +36,9 @@
 	char *source_file_name;
 
 	/*
-	 * Human-readable module identifier.
+	 * Human-readable module reference.
 	 */
-	char *Identifier;		/* Module name */
+	char *ModuleName;
 
 	/*
 	 * Unique module identifier, OID.