/*
* 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.
*
* 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.