diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-30 14:17:22 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-30 14:17:22 -0600 |
commit | 6a6e3083d2d60cbd5bd581f432a0c56eff2bf29e (patch) | |
tree | b121fc58ee4d1d221cf25f09e57eca021397a396 /lib9p/srv_include | |
parent | 691d3fe7ff920e8113d174c2ce6c3126000a2f82 (diff) | |
parent | 87512b09de24bb76ad67cf4bb1ada8f12fcdea2c (diff) |
Merge branch 'lukeshu/misc'
Diffstat (limited to 'lib9p/srv_include')
-rw-r--r-- | lib9p/srv_include/lib9p/srv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/srv_include/lib9p/srv.h b/lib9p/srv_include/lib9p/srv.h index eb87d6f..89dc986 100644 --- a/lib9p/srv_include/lib9p/srv.h +++ b/lib9p/srv_include/lib9p/srv.h @@ -185,7 +185,7 @@ LO_INTERFACE(lib9p_srv_fio); /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ LO_FUNC(void , iofree ) \ /** \ * Return the idx-th dirent. idx will always be either 0 or \ - * prev_idx+1. A dirrent with an empty name signals EOF. The string \ + * prev_idx+1. A dirent with an empty name signals EOF. The string \ * must remain valid until the next dread() call or iofree(). \ */ \ LO_FUNC(struct lib9p_srv_dirent , dread , struct lib9p_srv_ctx *, \ |