From: Yann E. MORIN Date: Wed, 3 Feb 2021 22:16:09 +0000 (+0100) Subject: configs/orangepi_r1_defconfig: fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e4f081d0c60a5662d401fb87cdd9b66ec397466;p=buildroot.git configs/orangepi_r1_defconfig: fix typo in comment 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 --- diff --git a/board/orangepi/orangepi-r1/genimage.cfg b/board/orangepi/orangepi-r1/genimage.cfg index 46097cd2e5..edda03b3ef 100644 --- a/board/orangepi/orangepi-r1/genimage.cfg +++ b/board/orangepi/orangepi-r1/genimage.cfg @@ -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"