From aa1307e844957c80574319d2371192d394689eb7 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 31 Jan 2016 20:02:40 +0100 Subject: [PATCH] [Doxygen] - Fix header class bad copy-paste --- src/network/model/header.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/model/header.h b/src/network/model/header.h index aab021a95..98d41836b 100644 --- a/src/network/model/header.h +++ b/src/network/model/header.h @@ -89,8 +89,8 @@ public: /** * \param os output stream * This method is used by Packet::Print to print the - * content of a trailer as ascii data to a c++ output stream. - * Although the trailer is free to format its output as it + * content of a header as ascii data to a c++ output stream. + * Although the header is free to format its output as it * wishes, it is recommended to follow a few rules to integrate * with the packet pretty printer: start with flags, small field * values located between a pair of parens. Values should be separated