Преглед на файлове

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 <yann.morin.1998@free.fr>
Yann E. MORIN преди 4 години
родител
ревизия
6e4f081d0c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      board/orangepi/orangepi-r1/genimage.cfg

+ 1 - 1
board/orangepi/orangepi-r1/genimage.cfg

@@ -33,7 +33,7 @@ image sdcard.img {
 	}
 	}
 
 
 	# 'rootfs' will be used as the partition label, used
 	# '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 rootfs {
 		partition-type = 0x83
 		partition-type = 0x83
 		image = "rootfs.ext4"
 		image = "rootfs.ext4"