aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IMemoryPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IMemoryPool.h')
-rw-r--r--arm_compute/runtime/IMemoryPool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/IMemoryPool.h b/arm_compute/runtime/IMemoryPool.h
index 86db2ce9fc..0c112c8f35 100644
--- a/arm_compute/runtime/IMemoryPool.h
+++ b/arm_compute/runtime/IMemoryPool.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 ARM Limited.
+ * Copyright (c) 2017-2019 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -60,5 +60,5 @@ public:
*/
virtual std::unique_ptr<IMemoryPool> duplicate() = 0;
};
-} // arm_compute
+} // namespace arm_compute
#endif /* ARM_COMPUTE_IMEMORYPOOL_H */