From: Christian Grothoff Date: Sat, 30 Jan 2016 20:27:02 +0000 (+0000) Subject: -fix #4151 X-Git-Tag: initial-import-from-subversion-38251~1041 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a338c903ca8d97a1e40f0b3d97731aedc70654a1;p=oweals%2Fgnunet.git -fix #4151 --- diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index d15bb1a8a..3d7dede17 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -825,7 +825,7 @@ GNUNET_ntoh_double (double d); /** * @ingroup memory * Wrapper around free. Frees the memory referred to by ptr. - * Note that is is generally better to free memory that was + * Note that it is generally better to free memory that was * allocated with #GNUNET_array_grow using #GNUNET_array_grow(mem, size, 0) instead of #GNUNET_free. * * @param ptr location where to free the memory. ptr must have