From 424c4d9feb7869464ca6f6345e100f6a6882df0a Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Sun, 26 May 2019 13:29:14 -0500 Subject: [PATCH] Fix typos in the FPGA CI Test Shield component Fix some typos. --- .../testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h | 2 +- .../testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h b/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h index f75bad9a11..16b450755a 100644 --- a/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h +++ b/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h @@ -55,7 +55,7 @@ * // Map D6 to LogicalPinGPIO0 * tester.pin_map_set(D6, MbedTester::LogicalPinGPIO0); * - * // Toggle the LED + * // Toggle pin D6 * int toggle = 0; * while (1) { * tester.gpio_write(MbedTester::LogicalPinGPIO0, toggle, true); diff --git a/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h b/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h index 83ed81e896..e439a45064 100644 --- a/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h +++ b/components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h @@ -234,7 +234,7 @@ void test_all_peripherals(std::list &matched_ports, std::list @@ -255,7 +255,7 @@ void all_ports() * - FormFactorType - The form factor to test on * - f - The test function to run. * - * This function is calls the test function once for each peripheral + * This function calls the test function once for each peripheral * of the given type. */ template @@ -280,7 +280,7 @@ void all_peripherals() * - FormFactorType - The form factor to test on * - f - The test function to run. * - * This function is calls the test function once for one peripheral + * This function calls the test function once for one peripheral * of the given type. */ template