gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36886 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r36886 - gnunet/src/include
Date: Sat, 30 Jan 2016 21:27:03 +0100

Author: grothoff
Date: 2016-01-30 21:27:02 +0100 (Sat, 30 Jan 2016)
New Revision: 36886

Modified:
   gnunet/src/include/gnunet_common.h
Log:
-fix #4151

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2016-01-30 15:57:42 UTC (rev 36885)
+++ gnunet/src/include/gnunet_common.h  2016-01-30 20:27:02 UTC (rev 36886)
@@ -825,7 +825,7 @@
 /**
  * @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]