From b2eba7f307d5ae634ff41bd88d5bd1659466d82d Mon Sep 17 00:00:00 2001 From: ramelg01 Date: Thu, 23 Dec 2021 08:32:08 +0000 Subject: Replacing non-inclusive terms with proper terms Partially-Resolves: COMPMID-4854 Signed-off-by: Ramy Elgammal Change-Id: Ic9757c89878b9b5a89680b5344de657f676c7bf2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6859 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir --- examples/neon_copy_objects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/neon_copy_objects.cpp') 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++) -- cgit v1.2.1