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.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/armnn/backends/ICustomAllocator.hpp b/include/armnn/backends/ICustomAllocator.hpp
index eb8dfe1459..59ad27c6f4 100644
--- a/include/armnn/backends/ICustomAllocator.hpp
+++ b/include/armnn/backends/ICustomAllocator.hpp
@@ -36,8 +36,7 @@ public:
* Supported types are:
* MemorySource::Malloc
* MemorySource::DmaBuf
- * Unsupported types are:
- * MemorySource::DmaBufProtected
+ * MemorySource::DmaBufProtected
*/
virtual armnn::MemorySource GetMemorySourceType() = 0;