Fix a misspelled field name.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-04-02 16:45:44 +02:00
parent 2d06c5856d
commit 28dc3613d7
1 changed files with 1 additions and 1 deletions

2
msg.h
View File

@ -124,7 +124,7 @@ struct pdelay_resp_msg {
struct pdelay_resp_fup_msg { struct pdelay_resp_fup_msg {
struct ptp_header hdr; struct ptp_header hdr;
struct Timestamp responeOriginTimestamp; struct Timestamp responseOriginTimestamp;
struct PortIdentity requestingPortIdentity; struct PortIdentity requestingPortIdentity;
} PACKED; } PACKED;