From 4007a7bac79a65370a511ac31ab567477c03d6c8 Mon Sep 17 00:00:00 2001 From: Tony Jinwoo Ahn Date: Mon, 3 Aug 2020 00:43:35 +0900 Subject: [PATCH] [example] Fix typo Fix typo from: nnstreamer_customfilter_example_average.c Signed-off-by: Tony Jinwoo Ahn --- .../custom_example_average/nnstreamer_customfilter_example_average.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nnstreamer_example/custom_example_average/nnstreamer_customfilter_example_average.c b/nnstreamer_example/custom_example_average/nnstreamer_customfilter_example_average.c index f0b3bc2..5ca719d 100644 --- a/nnstreamer_example/custom_example_average/nnstreamer_customfilter_example_average.c +++ b/nnstreamer_example/custom_example_average/nnstreamer_customfilter_example_average.c @@ -11,7 +11,7 @@ * * This scales a tensor of [N][y][x][M] to [N][1][1][M] * - * This heavliy suffers from overflows. Do not use this for real applications!!!!!! + * This heavily suffers from overflows. Do not use this for real applications!!!!!! * @bug No known bugs except for NYI items */ -- 2.7.4