From bf931f61a40fe87276b33c2d430b198aafbe6e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= <tuexen@mba.local> Date: Mon, 17 Aug 2015 14:04:20 +0200 Subject: [PATCH] Improve comments. --- gtests/net/packetdrill/checksum.c | 2 +- gtests/net/packetdrill/checksum.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtests/net/packetdrill/checksum.c b/gtests/net/packetdrill/checksum.c index 06ced251..14ee88e0 100644 --- a/gtests/net/packetdrill/checksum.c +++ b/gtests/net/packetdrill/checksum.c @@ -19,7 +19,7 @@ /* * Author: ncardwell@google.com (Neal Cardwell) * - * Helpers to calculate IP, TCP, and UDP checksums. + * Helpers to calculate IP, SCTP, TCP, UDP and UDPLite checksums. */ #include "checksum.h" diff --git a/gtests/net/packetdrill/checksum.h b/gtests/net/packetdrill/checksum.h index d4154cd8..a91a2729 100644 --- a/gtests/net/packetdrill/checksum.h +++ b/gtests/net/packetdrill/checksum.h @@ -19,7 +19,7 @@ /* * Author: ncardwell@google.com (Neal Cardwell) * - * Helpers to calculate IP, TCP, and UDP checksums. + * Helpers to calculate IP, SCTP, TCP, UDP and UDPLite checksums. */ #ifndef __CHECKSUM_H__ -- GitLab