From 583e8b71e4fa51f20f3db84feb98054aabdb4c2c Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 14 Feb 2020 13:54:07 +0100 Subject: [PATCH] Nicer comment text. --- dnstap/dnstap_fstrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnstap/dnstap_fstrm.c b/dnstap/dnstap_fstrm.c index 51ff71a6e..be4acace8 100644 --- a/dnstap/dnstap_fstrm.c +++ b/dnstap/dnstap_fstrm.c @@ -52,7 +52,7 @@ void* fstrm_create_control_frame_start(char* contenttype, size_t* len) * 4byte 0: control indicator. * 4byte bigendian: length of control frame * 4byte bigendian: type START - * 4byte bigendian: frame option: content-type + * 4byte bigendian: option: content-type * 4byte bigendian: length of string * string of content type (dnstap) */ -- 2.47.3