[Tizen/API] fix the typos in header
authorSangjung Woo <sangjung.woo@samsung.com>
Thu, 9 May 2019 01:22:18 +0000 (10:22 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 9 May 2019 06:15:54 +0000 (15:15 +0900)
This patch fixes the minor typos in header file.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
tizen-api/include/nnstreamer.h

index 7cd6311..e5b2080 100644 (file)
@@ -48,7 +48,7 @@ extern "C" {
 #define NNS_TENSOR_SIZE_LIMIT  (16)
 
 /**
- * @brief Dimemsion information that NNStreamer support.
+ * @brief Dimension information that NNStreamer support.
  * @since_tizen 5.5
  */
 typedef unsigned int tensor_dim[NNS_TENSOR_RANK_LIMIT];