Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 00:30:19 +0000 (16:30 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 00:41:24 +0000 (16:41 -0800)
lib/vlog.h

index 350475b..407177d 100644 (file)
@@ -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