aboutsummaryrefslogtreecommitdiff
path: root/examples/neon_copy_objects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/neon_copy_objects.cpp')
-rw-r--r--examples/neon_copy_objects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/neon_copy_objects.cpp b/examples/neon_copy_objects.cpp
index 824e419cf7..3043709fe7 100644
--- a/examples/neon_copy_objects.cpp
+++ b/examples/neon_copy_objects.cpp
@@ -140,7 +140,7 @@ public:
}
void do_run() override
{
- // Run Neon softmax:
+ // Run softmax:
softmax.run();
}
void do_teardown() override