@@ -234,7 +234,7 @@ void test_all_peripherals(std::list<PortType> &matched_ports, std::list<PortType
234
234
* - FormFactorType - The form factor to test on
235
235
* - f - The test function to run.
236
236
*
237
- * This function is calls the test function multiple times with
237
+ * This function calls the test function multiple times with
238
238
* the appropriate combinations of pins.
239
239
*/
240
240
template <typename PortType, typename FormFactorType, typename PortType::TestFunctionType f>
@@ -255,7 +255,7 @@ void all_ports()
255
255
* - FormFactorType - The form factor to test on
256
256
* - f - The test function to run.
257
257
*
258
- * This function is calls the test function once for each peripheral
258
+ * This function calls the test function once for each peripheral
259
259
* of the given type.
260
260
*/
261
261
template <typename PortType, typename FormFactorType, typename PortType::TestFunctionType f>
@@ -280,7 +280,7 @@ void all_peripherals()
280
280
* - FormFactorType - The form factor to test on
281
281
* - f - The test function to run.
282
282
*
283
- * This function is calls the test function once for one peripheral
283
+ * This function calls the test function once for one peripheral
284
284
* of the given type.
285
285
*/
286
286
template <typename PortType, typename FormFactorType, typename PortType::TestFunctionType f>
0 commit comments