From: Ben Pfaff Date: Wed, 17 Dec 2008 00:30:19 +0000 (-0800) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a03ef8d4157304ae0df0775b905686a24f2fcc1;p=openvswitch Fix typo in comment. --- diff --git a/lib/vlog.h b/lib/vlog.h index 350475b4..407177d7 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