From: Ben Pfaff Date: Mon, 25 Feb 2013 18:05:08 +0000 (-0800) Subject: ovsdb: Fix typo in comment ("millseconds"). X-Git-Tag: sliver-openvswitch-1.10.90-1~11^2~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=19616e461cc7c97639230a88f5b3c0f78989f50e;hp=7839bb4183532d642c8feadb49d308ea7af2e595;p=sliver-openvswitch.git ovsdb: Fix typo in comment ("millseconds"). Signed-off-by: Ben Pfaff --- diff --git a/ovsdb/file.c b/ovsdb/file.c index fd646f01c..b02d5a3b2 100644 --- a/ovsdb/file.c +++ b/ovsdb/file.c @@ -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