File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,8 +205,8 @@ class FileHandle : private NonCopyable<FileHandle> {
205
205
}
206
206
207
207
/* * Check for poll event flags
208
- * The input parameter can be used or ignored - the could always return all events,
209
- * or could check just the events listed in events.
208
+ * You can use or ignore the input parameter. You can return all events
209
+ * or check just the events listed in events.
210
210
* Call is nonblocking - returns instantaneous state of events.
211
211
* Whenever an event occurs, the derived class should call the sigio() callback).
212
212
*
@@ -254,7 +254,7 @@ class FileHandle : private NonCopyable<FileHandle> {
254
254
* as a building block for constructing such functionality.
255
255
*
256
256
* The exact timing of when the registered function
257
- * is called is not guaranteed and susceptible to change. It should be used
257
+ * is called is not guaranteed and is susceptible to change. It should be used
258
258
* as a cue to make read/write/poll calls to find the current state.
259
259
*
260
260
* @param func Function to call on state change
You can’t perform that action at this time.
0 commit comments