aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-31 22:58:29 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-31 22:58:29 +0000
commit724a22d29b2dde3f586d9b3b6d4f1eabb7e12dc3 (patch)
tree73216af3028d5dce087fd84db7f33a65b503524c /src
parente869d0348315744895c438a09ff4055b5de29dca (diff)
downloadgnunet-724a22d29b2dde3f586d9b3b6d4f1eabb7e12dc3.tar.gz
gnunet-724a22d29b2dde3f586d9b3b6d4f1eabb7e12dc3.zip
-fix comment
Diffstat (limited to 'src')
-rw-r--r--src/nse/nse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/nse.h b/src/nse/nse.h
index 2123e3996..de8bc5a21 100644
--- a/src/nse/nse.h
+++ b/src/nse/nse.h
@@ -47,7 +47,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
47struct GNUNET_NSE_ClientMessage 47struct GNUNET_NSE_ClientMessage
48{ 48{
49 /** 49 /**
50 * Type: GNUNET_MESSAGE_TYPE_NSE_UPDATE 50 * Type: GNUNET_MESSAGE_TYPE_NSE_ESTIMATE
51 */ 51 */
52 struct GNUNET_MessageHeader header; 52 struct GNUNET_MessageHeader header;
53 53