diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-10-08 11:54:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-10-10 11:18:06 -0400 |
commit | 2889537ee68dacbdd9c8ea4e2053e03e86219c24 (patch) | |
tree | dba9bcb673ac93a0a30d2f1752797aaab2be9403 /src/stat.h | |
parent | 271f6f44ea645c74f3130f03311b65e5dbdc7139 (diff) | |
download | bfs-2889537ee68dacbdd9c8ea4e2053e03e86219c24.tar.xz |
Adjust in/out parameter docs
Diffstat (limited to 'src/stat.h')
-rw-r--r-- | src/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ struct bfs_stat { * itself. * @flags * Flags that affect the lookup. - * @buf (out) + * @buf[out] * A place to store the stat buffer, if successful. * @return * 0 on success, -1 on error. |