From cf308cb90a1eb16d0d95c52a9d4d28b66d1b3ae4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 10 Mar 2013 15:47:31 +0100 Subject: [PATCH 1/1] Fix typo in documentation of stdin_command(). The argument is called cc rather than scc. --- blob.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blob.c b/blob.c index 1b02b378..50921bd4 100644 --- a/blob.c +++ b/blob.c @@ -414,7 +414,7 @@ static int fd2buf(struct stream_cipher_context *scc, struct osl_object *obj) /* * Read data from a file descriptor, and send it to the afs process. * - * \param scc crypt context containing the file descriptor to read data from. + * \param cc Contains the file descriptor to read data from. * \param arg_obj Pointer to the arguments to \a f. * \param f The callback function. * \param result_handler See \ref send_callback_request. @@ -422,7 +422,7 @@ static int fd2buf(struct stream_cipher_context *scc, struct osl_object *obj) * * This function is used by the addblob commands that instruct para_server to * store arbitrary data in a blob table. Input data is read and decrypted from - * the file descriptor given by \a scc. This data is concatenated with the + * the file descriptor given by \a cc. This data is concatenated with the * buffer given by \a arg_obj, and the combined buffer is made available to the * afs process via the callback method. See \ref send_callback_request for * details. -- 2.39.2