From 027e8b055396816dbb1d78d7c963d5d0af1a9e98 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Mon, 16 Sep 2019 13:12:42 +0100 Subject: Fix typo int comment surrounding constructor in ResizeLayer.hpp Signed-off-by: Aron Virginas-Tar Change-Id: I9739e2f685a49d00efaa873207c7b38d98b9b14c --- src/armnn/layers/ResizeLayer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/armnn/layers/ResizeLayer.hpp b/src/armnn/layers/ResizeLayer.hpp index 0d309ff49b..abf5c60efa 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); -- cgit v1.2.1