]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix typo in documentation of stdin_command().
authorAndre Noll <maan@systemlinux.org>
Sun, 10 Mar 2013 14:47:31 +0000 (15:47 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 1 Apr 2013 02:19:28 +0000 (02:19 +0000)
The argument is called cc rather than scc.

blob.c

diff --git a/blob.c b/blob.c
index 1b02b378c87c0faba2f602e62c5a981832af1a58..50921bd4da5796d2acfa34c00a8d724c576bb67a 100644 (file)
--- 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.
  *
 /*
  * 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.
  * \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
  *
  * 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.
  * 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.