aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h b/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h
index 103ac37bdd..8fa13e59a6 100644
--- a/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h
+++ b/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h
@@ -33,7 +33,7 @@
namespace arm_compute
{
-/** Default gles buffer allocator implementation */
+/** Default GLES buffer allocator implementation */
class GCBufferAllocator : public IAllocator
{
public:
@@ -44,5 +44,5 @@ public:
void *allocate(size_t size, size_t alignment) override;
void free(void *ptr) override;
};
-} // arm_compute
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_GCBUFFERALLOCATOR_H__ */