From: Aron Virginas-Tar Date: Mon, 16 Sep 2019 12:12:42 +0000 (+0100) Subject: Fix typo int comment surrounding constructor in ResizeLayer.hpp X-Git-Tag: submit/tizen/20200316.035456~258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=027e8b055396816dbb1d78d7c963d5d0af1a9e98;p=platform%2Fupstream%2Farmnn.git Fix typo int comment surrounding constructor in ResizeLayer.hpp Signed-off-by: Aron Virginas-Tar Change-Id: I9739e2f685a49d00efaa873207c7b38d98b9b14c --- diff --git a/src/armnn/layers/ResizeLayer.hpp b/src/armnn/layers/ResizeLayer.hpp index 0d309ff..abf5c60 100644 --- a/src/armnn/layers/ResizeLayer.hpp +++ b/src/armnn/layers/ResizeLayer.hpp @@ -37,7 +37,7 @@ public: void Accept(ILayerVisitor& visitor) const override; protected: - /// Constructor to create a ResizeLayerLayer. + /// Constructor to create a ResizeLayer. /// @param [in] param ResizeDescriptor to configure the resize operation. /// @param [in] name Optional name for the layer. ResizeLayer(const ResizeDescriptor& param, const char* name);