commit 128e8506a9cd343e0b576fa4a7aa5602a3014a97
parent ab8feaac68136da888fb4dbf9c1e33e868a86d30
Author: Drew DeVault <sir@cmpwn.com>
Date: Sat, 4 Sep 2021 09:07:36 +0200
fs: minor doc improvement
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/types.ha b/fs/types.ha
@@ -120,7 +120,7 @@ export type filestat = struct {
};
// An entry in a directory. This may be borrowed from the filesystem's internal
-// state; if you want to keep this around beyond one call to [[next]], use
+// state. If you want to keep this around beyond one call to [[next]], use
// [[dirent_dup]].
export type dirent = struct {
// The name of this entry. Not fully qualified: for example,