From: Ben Pfaff Date: Wed, 17 Dec 2008 00:30:19 +0000 (-0800) Subject: Fix typo in comment. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=7a03ef8d4157304ae0df0775b905686a24f2fcc1;hp=62093bae13aa604a6e542ce327a3954d45760883;p=sliver-openvswitch.git Fix typo in comment. --- diff --git a/lib/vlog.h b/lib/vlog.h index 350475b48..407177d74 100644 --- a/lib/vlog.h +++ b/lib/vlog.h @@ -96,7 +96,7 @@ struct vlog_rate_limit { unsigned int n_dropped; /* Number of messages dropped. */ }; -/* Number of tokens to emit a message. We add 'rate' token per second, which +/* Number of tokens to emit a message. We add 'rate' tokens per second, which * is 60 times the unit used for 'rate', thus 60 tokens are required to emit * one message. */ #define VLOG_MSG_TOKENS 60