-indent, doxygen
[oweals/gnunet.git] / src / identity / identity.h
index 09a166591f3f7f1a434da35717ec4fba0b8f7d0f..92a75460187d04ac71c12947406ffc0241ff0e38 100644 (file)
@@ -68,8 +68,8 @@ struct GNUNET_IDENTITY_UpdateMessage
   struct GNUNET_MessageHeader header;
 
   /**
-   * Number of bytes in identity name string including 0-termination, in NBO;
-   * 0 if the identity was deleted.
+   * Number of bytes in ego name string including 0-termination, in NBO;
+   * 0 if the ego was deleted.
    */
   uint16_t name_len GNUNET_PACKED;
 
@@ -83,7 +83,7 @@ struct GNUNET_IDENTITY_UpdateMessage
    */
   struct GNUNET_CRYPTO_EcdsaPrivateKey private_key;
 
-  /* followed by 0-terminated identity name */
+  /* followed by 0-terminated ego name */
 
 };