From 6e4f081d0c60a5662d401fb87cdd9b66ec397466 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 3 Feb 2021 23:16:09 +0100 Subject: [PATCH] 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 --- board/orangepi/orangepi-r1/genimage.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2