From d864f8c3a35c33aa323e8c215a321a76bd004bd0 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 8 Nov 2017 19:52:40 +0100 Subject: [PATCH] Fix bug #52368: Minor typo in comment I think "Internet checksum functions" is OK --- src/core/inet_chksum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/inet_chksum.c b/src/core/inet_chksum.c index 79fbd8d8..818c68f4 100644 --- a/src/core/inet_chksum.c +++ b/src/core/inet_chksum.c @@ -1,6 +1,6 @@ /** * @file - * Incluse internet checksum functions.\n + * Internet checksum functions.\n * * These are some reference implementations of the checksum algorithm, with the * aim of being simple, correct and fully portable. Checksumming is the