aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IPoolManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IPoolManager.h')
-rw-r--r--arm_compute/runtime/IPoolManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/IPoolManager.h b/arm_compute/runtime/IPoolManager.h
index c654f827ee..5f6d4ffbe5 100644
--- a/arm_compute/runtime/IPoolManager.h
+++ b/arm_compute/runtime/IPoolManager.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 ARM Limited.
+ * Copyright (c) 2017-2019 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -69,5 +69,5 @@ public:
*/
virtual size_t num_pools() const = 0;
};
-} // arm_compute
+} // namespace arm_compute
#endif /*ARM_COMPUTE_IPOOLMANAGER_H */