]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - blob.c
Fix typo in documentation of stdin_command().
[paraslash.git] / 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.
  *
- * \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.