From 09ce0e822c39ab5bc8a0b056ea2263c40aa2297d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 16 Feb 2013 22:18:00 +0100 Subject: [PATCH] nfc_free(): fix related doc --- libnfc/nfc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnfc/nfc.c b/libnfc/nfc.c index bdf1a4f..0f9cf97 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -1171,7 +1171,7 @@ nfc_version(void) /** @ingroup misc * @brief Free buffer allocated by libnfc * - * @param pointer on buffer that need to be freed + * @param pointer on buffer that needs to be freed */ void nfc_free(void *p) @@ -1185,7 +1185,7 @@ nfc_free(void *p) * @param pnd \a nfc_device struct pointer that represent currently used device * @param buf pointer where string will be allocated, then information printed * - * @warning *buf must be freed. + * @warning *buf must be freed using nfc_free() */ int nfc_device_get_information_about(nfc_device *pnd, char **buf)