aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/backends/ICustomAllocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/backends/ICustomAllocator.hpp')
-rw-r--r--include/armnn/backends/ICustomAllocator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnn/backends/ICustomAllocator.hpp b/include/armnn/backends/ICustomAllocator.hpp
index 92cbcc2641..2cb5f41f78 100644
--- a/include/armnn/backends/ICustomAllocator.hpp
+++ b/include/armnn/backends/ICustomAllocator.hpp
@@ -34,8 +34,8 @@ public:
// Used to specify what type of memory is being allocated by this allocator.
// Supported types are:
// MemorySource::Malloc
- // Unsupported types are:
// MemorySource::DmaBuf
+ // Unsupported types are:
// MemorySource::DmaBufProtected
virtual armnn::MemorySource GetMemorySourceType() = 0;