From d38ca19b749742eb691b7275fc364c04635fa5af Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 14 Nov 2014 17:21:40 -0500 Subject: [PATCH] README.md: fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0153e36..28fedf4 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ struct ipv4_header { } ``` -Although this complex structure has more than ten independant fields, +Although this complex structure has more than ten independent fields, the generated C function would only call a 20-byte `memcpy()`, making it fast to record. Bits will be unpacked properly and values displayed in a human-readable form by the CTF reader thanks to the CTF metadata. -- 2.34.1