From 7a03ef8d4157304ae0df0775b905686a24f2fcc1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 16 Dec 2008 16:30:19 -0800 Subject: [PATCH] Fix typo in comment. --- lib/vlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2