From 58b7e732b839f46b20d940d1ed062b7e7bddc8a0 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 26 Feb 2020 12:05:38 +0100 Subject: [PATCH] Fixup dtstream.h file description comment. And for dtstream.c too. --- dnstap/dtstream.c | 2 +- dnstap/dtstream.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dnstap/dtstream.c b/dnstap/dtstream.c index 27a3d570c..8c51729be 100644 --- a/dnstap/dtstream.c +++ b/dnstap/dtstream.c @@ -1,5 +1,5 @@ /* - * dnstap/dtstream.c - Frame Streams implementation for unbound DNSTAP + * dnstap/dtstream.h - Frame Streams thread for unbound DNSTAP * * Copyright (c) 2020, NLnet Labs. All rights reserved. * diff --git a/dnstap/dtstream.h b/dnstap/dtstream.h index bb6cebbe6..1359af7a9 100644 --- a/dnstap/dtstream.h +++ b/dnstap/dtstream.h @@ -1,5 +1,5 @@ /* - * dnstap/dtstream.h - Frame Streams implementation for unbound DNSTAP + * dnstap/dtstream.h - Frame Streams thread for unbound DNSTAP * * Copyright (c) 2020, NLnet Labs. All rights reserved. *