summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-12-01 18:40:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-02 10:04:02 +0100
commit74c44bf129488ca0fce0ab19298c5a71f15d0d76 (patch)
tree253139098ef6d7623432f9e903fb77f697bf37d9 /drivers/usb
parentfa2081d1cfec04b94988c18d4b59645b2157f81f (diff)
downloadbarebox-74c44bf129488ca0fce0ab19298c5a71f15d0d76.tar.gz
barebox-74c44bf129488ca0fce0ab19298c5a71f15d0d76.tar.xz
usb: gadget: fastboot: fix typo
According to Wikipedia[1]: [The indefinite article] "an" is used before words starting with a vowel sound, regardless of whether the word begins with a vowel letter. This avoids the glottal stop (momentary silent pause) that would otherwise be required between a and a following vowel sound. "UBI" is pronounced like "you-bee-eye" or "youbee", so it starts with a consonant sound, therefore the correct indefinite article is "a". [1]: https://en.wikipedia.org/w/index.php?title=English_articles&oldid=928781459#Distinction_between_a_and_an Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/gadget/f_fastboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/f_fastboot.c b/drivers/usb/gadget/f_fastboot.c
index 82a202cc21..35c4b8cf4c 100644
--- a/drivers/usb/gadget/f_fastboot.c
+++ b/drivers/usb/gadget/f_fastboot.c
@@ -861,7 +861,7 @@ static int check_ubi(struct f_fastboot *f_fb, struct file_list_entry *fentry,
if (filetype == filetype_ubi) {
fastboot_tx_print(f_fb, FASTBOOT_MSG_INFO,
- "This is an UBI image...");
+ "This is a UBI image...");
return 1;
} else {
fastboot_tx_print(f_fb, FASTBOOT_MSG_FAIL,