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 3043709fe7..b060b09759 100644
--- a/examples/neon_copy_objects.cpp
+++ b/examples/neon_copy_objects.cpp
@@ -49,7 +49,7 @@ public:
src_data = new float[width * height * batch];
dst_data = new float[width * height * batch];
- // Fill src_data with dummy values:
+ // Fill src_data with pseudo(meaningless) values:
for(unsigned int b = 0; b < batch; b++)
{
for(unsigned int h = 0; h < height; h++)