configs/orangepi_r1_defconfig: fix typo in comment
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Feb 2021 22:16:09 +0000 (23:16 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Feb 2021 22:16:09 +0000 (23:16 +0100)
In commit 38d04e6b1341, I did a last-minute change by adding the comment
to explain where the PARTLABEL was coming from, and introduced a typo in
that comment.

Fix it.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/orangepi/orangepi-r1/genimage.cfg

index 46097cd2e5105a9822ac58367c8a7680c3205ded..edda03b3ef6b3cafae36aaf6906487ca21f3dd00 100644 (file)
@@ -33,7 +33,7 @@ image sdcard.img {
        }
 
        # 'rootfs' will be used as the partition label, used
-       # with root=PARTLABEL=rootfs kernel commadn line
+       # with root=PARTLABEL=rootfs kernel command line
        partition rootfs {
                partition-type = 0x83
                image = "rootfs.ext4"