diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-04 13:24:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-04 13:24:23 +0000 |
commit | 11aa37c567414b05c08e4eefac5e8f3df69e7e3d (patch) | |
tree | 27361406e1985e32f69f78c06a0e8cbc76947ed3 /src/fs/fs_api.c | |
parent | efe824206c806a535acb63d94acda5d406a3e359 (diff) |
-rename stream->mesh in comments and symbols
Diffstat (limited to 'src/fs/fs_api.c')
-rw-r--r-- | src/fs/fs_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c index f35839d5b5..3ccb671051 100644 --- a/src/fs/fs_api.c +++ b/src/fs/fs_api.c @@ -1751,7 +1751,7 @@ write_download_request (struct GNUNET_BIO_WriteHandle *wh, /** * Read a download request tree. * - * @param rh stream to read from + * @param rh mesh to read from * @return value the 'struct DownloadRequest', NULL on error */ static struct DownloadRequest * |