diff options
Diffstat (limited to 'cmd/zed/zed_file.c')
-rw-r--r-- | cmd/zed/zed_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zed/zed_file.c b/cmd/zed/zed_file.c index 7b77345d1..3d62f9fe4 100644 --- a/cmd/zed/zed_file.c +++ b/cmd/zed/zed_file.c @@ -145,7 +145,7 @@ zed_file_unlock(int fd) /* * Test whether an exclusive advisory lock could be obtained for the open * file descriptor [fd]. - * Return 0 if the file is not locked, >0 for the pid of another process + * Return 0 if the file is not locked, >0 for the PID of another process * holding a conflicting lock, or -1 on error (with errno set). */ pid_t |