diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-29 12:53:26 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-29 12:53:26 +0000 |
commit | 3e2c9e083150b76d622c20b9d1a4f0dd1a802e76 (patch) | |
tree | 9e8c215d9b993eb667203182211c732bc8f666be | |
parent | f0a4e06fbeaf96fc8003742c44326958a41d08ff (diff) |
-fix comment
-rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 4942ad0542..c9e29417c2 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -332,7 +332,7 @@ struct SendMessage struct GNUNET_TIME_AbsoluteNBO deadline; /** - * Identity of the receiver or sender. + * Identity of the intended receiver. */ struct GNUNET_PeerIdentity peer; |