diff mbox series

[v2,2/2] board/qemu/arm-vexpress-tz: fix typos in readme file

Message ID 20240723163025.2733492-2-etienne.carriere@foss.st.com
State Accepted
Headers show
Series [v2,1/2] configs/qemu_arm_vexpress_tz: bump tf-a and u-boot versions | expand

Commit Message

Etienne CARRIERE - foss July 23, 2024, 4:30 p.m. UTC
Fix typos in QEMU arm-vexpress-tz readme file where 'i.e.' occurrences
should be replaced with 'e.g.'.

Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
---
 board/qemu/arm-vexpress-tz/readme.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni July 23, 2024, 8:29 p.m. UTC | #1
On Tue, 23 Jul 2024 18:30:25 +0200
Etienne Carriere <etienne.carriere@foss.st.com> wrote:

> Fix typos in QEMU arm-vexpress-tz readme file where 'i.e.' occurrences
> should be replaced with 'e.g.'.
> 
> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
> ---
>  board/qemu/arm-vexpress-tz/readme.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Aug. 31, 2024, 4:56 p.m. UTC | #2
>>>>> "Etienne" == Etienne Carriere <etienne.carriere@foss.st.com> writes:

 > Fix typos in QEMU arm-vexpress-tz readme file where 'i.e.' occurrences
 > should be replaced with 'e.g.'.

 > Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>

Committed to 2024.02.x and 2024.05.x, thanks.
diff mbox series

Patch

diff --git a/board/qemu/arm-vexpress-tz/readme.txt b/board/qemu/arm-vexpress-tz/readme.txt
index 3e84fe6391..920777afd4 100644
--- a/board/qemu/arm-vexpress-tz/readme.txt
+++ b/board/qemu/arm-vexpress-tz/readme.txt
@@ -26,7 +26,7 @@  If you want to emulate more cores, use "-smp {1|2|3|4}" to select the
 number of cores.
 
 Note: "-netdev user,id=vmnic -device virtio-net-device,netdev=vmnic"
-brings network support that is used i.e. in OP-TEE regression tests.
+brings network support that is used e.g. in OP-TEE regression tests.
 
 
 -- Boot Details --
@@ -38,7 +38,7 @@  non-secure bootloader (BL33 stage).
 QEMU natively hosts and loads in RAM the QEMU ARM target device tree. OP-TEE
 reads and modifies its content according to OP-TEE configuration.
 
-Enable TF-A traces from LOG_LEVEL (I.e LOG_LEVEL=40) from
+Enable TF-A traces from LOG_LEVEL (e.g. LOG_LEVEL=40) from
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES.
 
 
@@ -53,7 +53,7 @@  serial interface.
 The OP-TEE OS uses the QEMU second serial interface.
 
 To get the OP-TEE OS traces, append a second -serial argument after
--serial stdio in the QEMU command line. I.e, the following enables 2 serial
+-serial stdio in the QEMU command line. E.g., the following enables 2 serial
 consoles over telnet connections:
 
   cd output/images && ../host/bin/qemu-system-arm \