aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2017-07-08 19:50:21 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2017-07-08 19:50:21 +0000
commit6d96643709856bd59c47e7cca2b40636435a40f8 (patch)
tree1cc1e59456899c344068b0e0cdf85b4172424d23 /src/util/common_logging.c
parentcdf3b6745f83502a6fd246cb92a225f09bc4de0d (diff)
downloadgnunet-6d96643709856bd59c47e7cca2b40636435a40f8.tar.gz
gnunet-6d96643709856bd59c47e7cca2b40636435a40f8.zip
-very unimportant typo fixed
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 33edb9b1a..3e71fa476 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -1159,7 +1159,7 @@ GNUNET_h2s (const struct GNUNET_HashCode * hc)
1159 * Convert a hash to a string (for printing debug messages). 1159 * Convert a hash to a string (for printing debug messages).
1160 * This is one of the very few calls in the entire API that is 1160 * This is one of the very few calls in the entire API that is
1161 * NOT reentrant! Identical to #GNUNET_h2s(), except that another 1161 * NOT reentrant! Identical to #GNUNET_h2s(), except that another
1162 * buffer is used so both #GNUNET_h2s() and #GNUNET_i2s2() can be 1162 * buffer is used so both #GNUNET_h2s() and #GNUNET_h2s2() can be
1163 * used within the same log statement. 1163 * used within the same log statement.
1164 * 1164 *
1165 * @param hc the hash code 1165 * @param hc the hash code