From: Philippe Proulx Date: Fri, 14 Nov 2014 22:21:40 +0000 (-0500) Subject: README.md: fix spelling X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d38ca19b749742eb691b7275fc364c04635fa5af;p=deliverable%2Fbarectf.git README.md: fix spelling --- 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.