aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/ILayerSupport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/ILayerSupport.cpp')
-rw-r--r--src/armnn/ILayerSupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/ILayerSupport.cpp b/src/armnn/ILayerSupport.cpp
index 5366b13088..8099782750 100644
--- a/src/armnn/ILayerSupport.cpp
+++ b/src/armnn/ILayerSupport.cpp
@@ -13,7 +13,7 @@ namespace armnn
{
ARMNN_NO_DEPRECATE_WARN_BEGIN
-// IsLayerSupport() forwards to the deprecated virtual methods depending on input LayerType.
+// IsLayerSupported() forwards to the deprecated virtual methods depending on input LayerType.
// Allows backends continue to behave as before maintaining backward compatibility.
bool ILayerSupport::IsLayerSupported(const LayerType& type,
const std::vector<TensorInfo>& infos,