From 28dc3613d7c269452bc1d04c5d65e04d6ed4773a Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Mon, 2 Apr 2012 16:45:44 +0200 Subject: [PATCH] Fix a misspelled field name. Signed-off-by: Richard Cochran --- msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg.h b/msg.h index 89d99e0..86021d2 100644 --- a/msg.h +++ b/msg.h @@ -124,7 +124,7 @@ struct pdelay_resp_msg { struct pdelay_resp_fup_msg { struct ptp_header hdr; - struct Timestamp responeOriginTimestamp; + struct Timestamp responseOriginTimestamp; struct PortIdentity requestingPortIdentity; } PACKED;