diff options
author | Eduardo Abinader <eduardoabinader@gmail.com> | 2018-05-04 15:32:54 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-05-04 15:11:47 +0100 |
commit | 070c894321bc9f2ddda8fe5622875c4f1fcef712 (patch) | |
tree | 474801baf6cf396a161691b168a8f4a0e70c2ee1 | |
parent | 693f36dded2f29fd77720f7b2e7c88ea76554466 (diff) | |
download | meta-raspberrypi-070c894321bc9f2ddda8fe5622875c4f1fcef712.tar.gz |
sdcard_image-rpi.bbclass: Fix a typo in comment
Only a small typo on bbclass header.
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 3cb6baa..f03595c 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | inherit image_types | 1 | inherit image_types |
2 | 2 | ||
3 | # | 3 | # |
4 | # Create an image that can by written onto a SD card using dd. | 4 | # Create an image that can be written onto a SD card using dd. |
5 | # | 5 | # |
6 | # The disk layout used is: | 6 | # The disk layout used is: |
7 | # | 7 | # |