aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IMemoryManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IMemoryManager.h')
-rw-r--r--arm_compute/runtime/IMemoryManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/IMemoryManager.h b/arm_compute/runtime/IMemoryManager.h
index ee6837a62e..42910edfda 100644
--- a/arm_compute/runtime/IMemoryManager.h
+++ b/arm_compute/runtime/IMemoryManager.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 ARM Limited.
+ * Copyright (c) 2017-2019 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -65,5 +65,5 @@ public:
*/
virtual void clear() = 0;
};
-} // arm_compute
+} // namespace arm_compute
#endif /*ARM_COMPUTE_IMEMORYMANAGER_H */