aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph')
-rw-r--r--arm_compute/graph/nodes/L2NormalizeLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/graph/nodes/L2NormalizeLayer.h b/arm_compute/graph/nodes/L2NormalizeLayer.h
index fc2bbc2d19..a423306bd2 100644
--- a/arm_compute/graph/nodes/L2NormalizeLayer.h
+++ b/arm_compute/graph/nodes/L2NormalizeLayer.h
@@ -33,7 +33,7 @@ namespace arm_compute
{
namespace graph
{
-/** L2Normalize layer node */
+/** L2NormalizeLayer layer node */
class L2NormalizeLayer final : public INode
{
public: