From 1840cbe63d8024cbb0bbea19ff54e3cff81b5ad8 Mon Sep 17 00:00:00 2001 From: Peter Barada Date: Wed, 20 May 2026 11:43:10 -0400 Subject: [PATCH] Documentation/nucleo-h753zi: Fix typo in test log Fix typo in string written to SD card; its "This", not "Thos". Signed-off-by: Peter Barada --- .../platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst b/Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst index 55dbd664c43..83fbd9a54cd 100644 --- a/Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst +++ b/Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst @@ -232,7 +232,7 @@ Some highlights: nsh> cat /mnet/lfs/afile nsh: cat: open failed: 2 nsh> mount -t vfat /dev/sda /mnt/sda - nsh> echo "Thos will stay on the USB drive" > /mnt/sda/afile + nsh> echo "This will stay on the USB drive" > /mnt/sda/afile nsh> ls /mnt/sda /mnt/sda: GARMIN/ @@ -253,7 +253,7 @@ Some highlights: nsh> cat /mnt/sda/afail nsh: cat: open failed: 2 nsh> cat /mnt/sda/afile - Thos will stay on the USB drive + This will stay on the USB drive nsh> buttons buttons_main: Starting the button_daemon buttons_main: button_daemon started