Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[squash] fix comment s/iff/if/.
  • Loading branch information
ulan committed Apr 20, 2018
commit f46763bffee2e42407b72f9fc50b5caf335ac908
4 changes: 2 additions & 2 deletions src/node_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class PerIsolatePlatformData :
void ref();
int unref();

// Returns true iff work was dispatched or executed. New tasks that are
// Returns true if work was dispatched or executed. New tasks that are
// posted during flushing of the queue are postponed until the next
// flushing.
bool FlushForegroundTasksInternal();
Expand Down Expand Up @@ -133,7 +133,7 @@ class NodePlatform : public MultiIsolatePlatform {
double CurrentClockTimeMillis() override;
v8::TracingController* GetTracingController() override;

// Returns true iff work was dispatched or executed. New tasks that are
// Returns true if work was dispatched or executed. New tasks that are
// posted during flushing of the queue are postponed until the next
// flushing.
bool FlushForegroundTasks(v8::Isolate* isolate);
Expand Down