From: Jihoon Jung Date: Wed, 28 May 2025 05:16:06 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20250610.081813^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fhal%2Fapi%2Fnfc.git Fix typo Change-Id: I6dc5e25b39d8df94924a8838786f5b177cf0990c Signed-off-by: Jihoon Jung --- diff --git a/include/hal-nfc-interface-1.h b/include/hal-nfc-interface-1.h index 1796f72..6b0e625 100644 --- a/include/hal-nfc-interface-1.h +++ b/include/hal-nfc-interface-1.h @@ -960,7 +960,7 @@ typedef struct _net_nfc_request_receive_from_socket_t { * @since HAL_MODULE_NFC 1.0 */ typedef struct _net_nfc_stack_information_s { - uint32_t net_nfc_supported_tagetType; /**< Supported target type. */ + uint32_t net_nfc_supported_target_type; /**< Supported target type. */ uint32_t net_nfc_fw_version; /**< Firmware version. */ } net_nfc_stack_information_s;