Page MenuHomeFreeBSD

Fix wording in comments
AcceptedPublic

Authored by thj on Jan 28 2022, 10:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 1:44 AM
Unknown Object (File)
Fri, Sep 26, 2:27 PM
Unknown Object (File)
Thu, Sep 25, 4:49 PM
Unknown Object (File)
Wed, Sep 24, 3:09 AM
Unknown Object (File)
Sun, Sep 21, 1:07 PM
Unknown Object (File)
Sep 16 2025, 12:11 AM
Unknown Object (File)
Sep 8 2025, 5:29 PM
Unknown Object (File)
Sep 8 2025, 3:38 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44141
Build 41029: arc lint + arc unit

Event Timeline

thj requested review of this revision.Jan 28 2022, 10:22 AM
0mp added inline comments.
sys/sys/event.h
196

'did allow' or simply 'allowed'?

I didn't read the entire comment, correct english is
"fd did not allow write"
"fd allowed write"

This revision is now accepted and ready to land.Jan 28 2022, 1:01 PM

You are probably aware, but NOTE_CLOSE_WRITE doesn't mean anything was written...only that the file closed had write access, or simply: fd closed had write access.

What you have is fine, figured I'd mention this though.