From: yelini-jeong Date: Wed, 17 Nov 2021 01:07:11 +0000 (+0900) Subject: [Fix] Fix a simple typo X-Git-Tag: submit/tizen/20220103.094045~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fef49414de3eaa2b29fc4f77238bedde3d0fc7c;p=platform%2Fadaptation%2Fnpu%2Ftrix-engine.git [Fix] Fix a simple typo This patch fixes typo in ne-host.c and libnpuhost.h Signed-off-by: yelini-jeong --- diff --git a/include/host/libnpuhost.h b/include/host/libnpuhost.h index f55e339..ba79ff0 100644 --- a/include/host/libnpuhost.h +++ b/include/host/libnpuhost.h @@ -36,7 +36,7 @@ extern "C" { #endif /** - * @brief Get npu-engine libraray version + * @brief Get npu-engine library version * @param[out] major major version * @param[out] minor minor version * @param[out] extra extra version diff --git a/src/host/ne-host.cc b/src/host/ne-host.cc index e46364e..cf30ee6 100644 --- a/src/host/ne-host.cc +++ b/src/host/ne-host.cc @@ -27,7 +27,7 @@ return -EINVAL; /** - * @brief Get npu-engine libraray version + * @brief Get npu-engine library version * @param[out] major major version * @param[out] minor minor version * @param[out] extra extra version