Fix typo int comment surrounding constructor in ResizeLayer.hpp

Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
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 @@
     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);