fix only cache variable long/short
[oweals/gnunet.git] / src / gns / gns.h
index 17a7c7323c243a7709d40a86f2ee6d9e762c8596..a8402b196f43adad19a7cb9b714f1253c5e68066 100644 (file)
@@ -85,7 +85,7 @@ struct GNUNET_GNS_ClientLookupMessage
    */
   struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key;
 
-  /* Followed by the name to look up */
+  /* Followed by the zero-terminated name to look up */
 };
 
 
@@ -109,7 +109,7 @@ struct GNUNET_GNS_ClientLookupResultMessage
    */
   uint32_t rd_count GNUNET_PACKED;
 
-  /* followed by rd_count GNUNET_NAMESTORE_RecordData structs*/
+  /* followed by rd_count GNUNET_GNSRECORD_Data structs*/
 
 };