Skip to content

Commit

Permalink
ovsdb: Fix typo in comment ("millseconds").
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Feb 25, 2013
1 parent 7839bb4 commit 19616e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovsdb/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ ovsdb_file_commit(struct ovsdb_replica *replica,
}
file->n_transactions++;

/* If it has been at least COMPACT_MIN_MSEC millseconds since the last time
* we compacted (or at least COMPACT_RETRY_MSEC since the last time we
/* If it has been at least COMPACT_MIN_MSEC ms since the last time we
* compacted (or at least COMPACT_RETRY_MSEC ms since the last time we
* tried), and if there are at least 100 transactions in the database, and
* if the database is at least 10 MB, then compact the database. */
if (time_msec() >= file->next_compact
Expand Down

0 comments on commit 19616e4

Please sign in to comment.