Commit fc150fca authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Fabio Baltieri
Browse files

tests: boards: fix spelling of "berfore"



s/berfore/before/

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 35a535fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -670,7 +670,7 @@ void *spi_single_setup(void)
	spi_single_init();

	/* The writing test goes
	 * first berfore testing
	 * first before testing
	 * the reading.
	 */
	test_spi_single_write();
@@ -683,7 +683,7 @@ void *spi_quad_setup(void)
	spi_dual_init();

	/* The writing test goes
	 * first berfore testing
	 * first before testing
	 * the reading.
	 */
	test_spi_quad_write();
+2 −2
Original line number Diff line number Diff line
@@ -630,7 +630,7 @@ void *spi_single_setup(void)
	spi_single_init();

	/* The writing test goes
	 * first berfore testing
	 * first before testing
	 * the reading.
	 */
	test_spi_single_write();
@@ -643,7 +643,7 @@ void *spi_quad_setup(void)
	spi_dual_init();

	/* The writing test goes
	 * first berfore testing
	 * first before testing
	 * the reading.
	 */
	test_spi_quad_write();