aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Knecht <rknecht@pm.me>2022-08-25 12:12:01 +0000
committerTom Rini <trini@konsulko.com>2022-08-31 12:16:01 -0400
commitda223d812bfe01ad745badce45a2d3b4482dc536 (patch)
tree7e2135accdfd536bf2f82cb63340f27bb18c90a6
parenta638bd349ea438256daf9c1f323402a137c55e03 (diff)
downloadu-boot-da223d812bfe01ad745badce45a2d3b4482dc536.zip
u-boot-da223d812bfe01ad745badce45a2d3b4482dc536.tar.gz
u-boot-da223d812bfe01ad745badce45a2d3b4482dc536.tar.bz2
fs: fix comment typo
Fix typo in include/fs.h Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Roger Knecht <rknecht@pm.me>
-rw-r--r--include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs.h b/include/fs.h
index 2195dc1..8370d88 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -46,7 +46,7 @@ int do_fat_fsload(struct cmd_tbl *cmdtp, int flag, int argc,
int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
/*
- * Tell the fs layer which block device an partition to use for future
+ * Tell the fs layer which block device and partition to use for future
* commands. This also internally identifies the filesystem that is present
* within the partition. The identification process may be limited to a
* specific filesystem type by passing FS_* in the fstype parameter.