transport: [fix] Typos in comments
[oweals/gnunet.git] / src / transport / plugin_transport_http_common.h
index 51438d6e67eb6c7784d0f9ecaa6483d91eb0e428..8a32e17e4f1650c642446843cf83e237441e8e10 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     Copyright (C) 2002-2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2002-2014 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -93,12 +93,12 @@ struct HttpAddress
    * Address options
    * see `enum HttpAddressOptions`
    */
-  uint32_t options;
+  uint32_t options GNUNET_PACKED;
 
   /**
    * Length of URL located after struct
    */
-  uint32_t urlen;
+  uint32_t urlen GNUNET_PACKED;
 };
 
 GNUNET_NETWORK_STRUCT_END