Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Oct 15, 2021
1 parent 9e1f02f commit 861ff74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ struct mntent *find_mount_point(const char *name)

/*
* getcwd_pid does not append a null byte to buf. It will (silently) truncate the contents (to
* a length of bufsiz characters), in case the buffer is too small to hold all of the contents.
* a length of bufsiz characters), in case the buffer is too small to hold all the contents.
*/
ssize_t getcwd_by_pid(pid_t pid, char *buf, size_t bufsiz)
{
Expand Down

0 comments on commit 861ff74

Please sign in to comment.