diff mbox series

[RESEND] qemuboot.bbclass: fix typos in documentation

Message ID 20231111172810.1880050-1-marcus.folkesson@gmail.com
State Accepted, archived
Commit 302228fb858384a7ef4e46ecae80d1ebbc00f1a7
Headers show
Series [RESEND] qemuboot.bbclass: fix typos in documentation | expand

Commit Message

Marcus Folkesson Nov. 11, 2023, 5:28 p.m. UTC
comand -> command
docuemntation -> documentation

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 meta/classes-recipe/qemuboot.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alexandre Belloni Nov. 12, 2023, 12:46 a.m. UTC | #1
This was applied on the 23rd of october.

On 11/11/2023 18:28:10+0100, Marcus Folkesson wrote:
> comand -> command
> docuemntation -> documentation
> 
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
>  meta/classes-recipe/qemuboot.bbclass | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/classes-recipe/qemuboot.bbclass b/meta/classes-recipe/qemuboot.bbclass
> index 5c4bbd6737..ff32aac902 100644
> --- a/meta/classes-recipe/qemuboot.bbclass
> +++ b/meta/classes-recipe/qemuboot.bbclass
> @@ -62,8 +62,8 @@
>  # QB_SLIRP_OPT: network option for SLIRP mode, e.g., -netdev user,id=net0"
>  #
>  # QB_CMDLINE_IP_SLIRP: If QB_NETWORK_DEVICE adds more than one network interface to qemu, usually the
> -#                      ip= kernel comand line argument needs to be changed accordingly. Details are documented
> -#                      in the kernel docuemntation https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
> +#                      ip= kernel command line argument needs to be changed accordingly. Details are documented
> +#                      in the kernel documentation https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
>  #                      Example to configure only the first interface: "ip=eth0:dhcp"
>  # QB_CMDLINE_IP_TAP: This parameter is similar to the QB_CMDLINE_IP_SLIRP parameter. Since the tap interface requires
>  #                    static IP configuration @CLIENT@ and @GATEWAY@ place holders are replaced by the IP and the gateway
> -- 
> 2.41.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#190433): https://lists.openembedded.org/g/openembedded-core/message/190433
> Mute This Topic: https://lists.openembedded.org/mt/102529421/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/classes-recipe/qemuboot.bbclass b/meta/classes-recipe/qemuboot.bbclass
index 5c4bbd6737..ff32aac902 100644
--- a/meta/classes-recipe/qemuboot.bbclass
+++ b/meta/classes-recipe/qemuboot.bbclass
@@ -62,8 +62,8 @@ 
 # QB_SLIRP_OPT: network option for SLIRP mode, e.g., -netdev user,id=net0"
 #
 # QB_CMDLINE_IP_SLIRP: If QB_NETWORK_DEVICE adds more than one network interface to qemu, usually the
-#                      ip= kernel comand line argument needs to be changed accordingly. Details are documented
-#                      in the kernel docuemntation https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
+#                      ip= kernel command line argument needs to be changed accordingly. Details are documented
+#                      in the kernel documentation https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
 #                      Example to configure only the first interface: "ip=eth0:dhcp"
 # QB_CMDLINE_IP_TAP: This parameter is similar to the QB_CMDLINE_IP_SLIRP parameter. Since the tap interface requires
 #                    static IP configuration @CLIENT@ and @GATEWAY@ place holders are replaced by the IP and the gateway