aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
commitc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (patch)
tree0172526a73ff97b569f3e66d12d6fe54bf181a33 /src/include/gnunet_common.h
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 21b87b0f5..bc2055709 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -1041,7 +1041,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
1041 strerror (errno)); \ 1041 strerror (errno)); \
1042 } while (0) 1042 } while (0)
1043 1043
1044/* ************************* endianess conversion ****************** */ 1044/* ************************* endianness conversion ****************** */
1045 1045
1046#ifdef htonbe64 1046#ifdef htonbe64
1047 1047
@@ -1265,7 +1265,7 @@ GNUNET_is_zero_ (const void *a,
1265 * @ingroup memory 1265 * @ingroup memory
1266 * Allocate and initialize a block of memory. 1266 * Allocate and initialize a block of memory.
1267 * 1267 *
1268 * @param buf data to initalize the block with 1268 * @param buf data to initialize the block with
1269 * @param size the number of bytes in buf (and size of the allocation) 1269 * @param size the number of bytes in buf (and size of the allocation)
1270 * @return pointer to size bytes of memory, never NULL (!) 1270 * @return pointer to size bytes of memory, never NULL (!)
1271 */ 1271 */