From 61b0df5fe9bdef462cacc442b6ded600f67e6bde Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Tue, 12 Oct 2010 15:34:37 +0000 Subject: [PATCH] Minor documentation fix --- libnfc/nfc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnfc/nfc.c b/libnfc/nfc.c index 71a5f81..cbf9ccd 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -547,8 +547,8 @@ nfc_initiator_transceive_bits (nfc_device_t * pnd, const byte_t * pbtTx, const s * * @param pnd \a nfc_device_t struct pointer that represent currently used device * @param ntm the target mode that you want to emulate - * @param[out] pbtRx pointer to Rx buffer - * @param[out] pszRx received byte count + * @param[out] pbtRx Rx buffer pointer + * @param[out] pszRx received bytes count * * This function initialize NFC device in \e target mode in order to emulate a tag using the specified \a nfc_target_mode_t. *