From 491f7895cf33c7461d99a48b8c05eb7332b14873 Mon Sep 17 00:00:00 2001 From: Quentin Armitage Date: Sun, 1 Nov 2015 20:15:22 +0000 Subject: Fix RFC reference Signed-off-by: Quentin Armitage (cherry picked from commit a02e2ec77826504c32299d86c6d06cb4231b41a9) --- keepalived/include/vrrp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepalived/include/vrrp.h b/keepalived/include/vrrp.h index 371a229..11edc14 100644 --- a/keepalived/include/vrrp.h +++ b/keepalived/include/vrrp.h @@ -209,7 +209,7 @@ typedef struct _vrrp_t { char *script_stop; char *script; - /* rfc2336.6.2 */ + /* rfc2338.6.2 */ uint32_t ms_down_timer; timeval_t sands; -- 1.7.12.1