u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] fs: fix comment typo
@ 2022-08-25 12:12 Roger Knecht
  2022-08-25 15:01 ` Simon Glass
  2022-08-31 23:34 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Roger Knecht @ 2022-08-25 12:12 UTC (permalink / raw)
  To: u-boot; +Cc: Tom Rini, Simon Glass, Roger Knecht

Fix typo in include/fs.h

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Roger Knecht <rknecht@pm.me>
---
v2:
 - Added Reviewed-by Simon

 include/fs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/fs.h b/include/fs.h
index 2195dc172e..8370d88cb2 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.
--
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-31 23:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 12:12 [PATCH v2] fs: fix comment typo Roger Knecht
2022-08-25 15:01 ` Simon Glass
2022-08-28 10:11   ` Roger Knecht
2022-08-31 23:34 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).