Page MenuHomeFreeBSD

Fix wording in comments
AcceptedPublic

Authored by thj on Jan 28 2022, 10:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 1 2025, 1:44 AM
Unknown Object (File)
Sep 26 2025, 2:27 PM
Unknown Object (File)
Sep 25 2025, 4:49 PM
Unknown Object (File)
Sep 24 2025, 3:09 AM
Unknown Object (File)
Sep 21 2025, 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 44137
Build 41025: 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.