projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62093ba
)
Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Wed, 17 Dec 2008 00:30:19 +0000
(16:30 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 17 Dec 2008 00:41:24 +0000
(16:41 -0800)
lib/vlog.h
patch
|
blob
|
history
diff --git
a/lib/vlog.h
b/lib/vlog.h
index 350475b48fa34fba169d763283311fbe8ed52934..407177d748c69ba59de0bf315027e521f7a9ecb1 100644
(file)
--- 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' token
s
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