aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-02-26 11:13:13 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-02-26 12:26:57 +0000
commit582163206bbfb03b3af0009d6ec2d9bab747780d (patch)
treed66ebefef9a1ebeb7e967e166ff224568d20e90e /docs
parent0ef6032e4db7309e2a20fdd6e6e1bd9f0dad2f79 (diff)
downloadComputeLibrary-582163206bbfb03b3af0009d6ec2d9bab747780d.tar.gz
COMPMID-3224: Address minor documentation comments
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I156d110ffbf06b07c74dec5be063c9aec864cd03 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2785 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/00_introduction.dox4
-rw-r--r--docs/02_tests.dox2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 379b0aa105..8dfa1e9c0a 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -1278,7 +1278,7 @@ i.e. to natively compile the "graph_lenet" example for Linux 64bit:
@note If compiling using static libraries, this order must be followed when linking: arm_compute_graph_static, arm_compute, arm_compute_core
@note These two commands assume libarm_compute.so is available in your library path, if not add the path to it using -L
-@note You might need to export the path to OpenCL library as well in your LD_LIBRARY_PATH if Compute Library was build with OpenCL enabled.
+@note You might need to export the path to OpenCL library as well in your LD_LIBRARY_PATH if Compute Library was built with OpenCL enabled.
To run the built executable simply run:
@@ -1409,7 +1409,7 @@ In this case the first argument of LeNet (like all the graph examples) is the ta
@subsection S3_4_bare_metal Building for bare metal
-For bare metal, the library was successfully built using linaros's latest (gcc-linaro-6.3.1-2017.05) bare metal toolchains:
+For bare metal, the library was successfully built using linaro's latest (gcc-linaro-6.3.1-2017.05) bare metal toolchains:
- arm-eabi for armv7a
- aarch64-elf for arm64-v8a
diff --git a/docs/02_tests.dox b/docs/02_tests.dox
index 37c318e72f..02c3c8e504 100644
--- a/docs/02_tests.dox
+++ b/docs/02_tests.dox
@@ -401,7 +401,7 @@ To run the OpenCL precommit benchmark tests with OpenCL kernel timers in milisec
LD_LIBRARY_PATH=. ./arm_compute_benchmark --mode=precommit --filter="^CL.*" --instruments="opencl_timer_ms" --iterations=10
-@note You might need to export the path to OpenCL library as well in your LD_LIBRARY_PATH if Compute Library was build with OpenCL enabled.
+@note You might need to export the path to OpenCL library as well in your LD_LIBRARY_PATH if Compute Library was built with OpenCL enabled.
*/
} // namespace test
} // namespace arm_compute