Correct "thourough" to "thorough" in a comment describing the
non-overlap reassembly test loop.
Signed-off-by: deepakraog <gaikwad.dcg@gmail.com>
---
tools/testing/selftests/net/ip_defrag.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/ip_defrag.c b/tools/testing/selftests/net/ip_defrag.c
index f9ed749fd..146f2a2a5 100644
--- a/tools/testing/selftests/net/ip_defrag.c
+++ b/tools/testing/selftests/net/ip_defrag.c
@@ -378,7 +378,7 @@ static void run_test(struct sockaddr *addr, socklen_t alen, bool ipv6)
} else {
/* Without overlaps, each packet reassembly (== one
* send/receive pair below) takes very little time to
- * run, so we can easily afford more thourough testing
+ * run, so we can easily afford more thorough testing
* with a nested loop: the full non-overlap test takes
* less than one second).
*/
--
Deepak Rao Gaikwad