summaryrefslogtreecommitdiffhomepage
path: root/example/simple_allocator_op
diff options
context:
space:
mode:
Diffstat (limited to 'example/simple_allocator_op')
-rw-r--r--example/simple_allocator_op/example.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/simple_allocator_op/example.cc b/example/simple_allocator_op/example.cc
index 83be033..433da22 100644
--- a/example/simple_allocator_op/example.cc
+++ b/example/simple_allocator_op/example.cc
@@ -1,7 +1,7 @@
#include <ocl/print.hpp>
#include <ocl/allocator_op.hpp>
-/// @brief Basic Send test
+/// \brief Allocation of ints example.
int main()
{
ocl::allocator<int> int_alloc;