Commit 2b322a96 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: fix comments

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 7373cc02
......@@ -56,7 +56,8 @@ struct pp_channel {
/*
* Foreign master record. Used to manage Foreign masters
* Foreign master record. Used to manage Foreign masters. In the specific
* it is called foreignMasterDS, see 9.3.2.4
*/
struct pp_frgn_master {
PortIdentity port_id; /* used to identify old/new masters */
......
......@@ -90,7 +90,7 @@ static void st_com_add_foreign(struct pp_instance *ppi, unsigned char *buf)
/*
* header and announce field of each Foreign Master are
* usefull to run Best Master Clock Algorithm
* useful to run Best Master Clock Algorithm
*/
msg_copy_header(&GLBS(ppi)->frgn_master[i].hdr, hdr);
msg_unpack_announce(buf, &GLBS(ppi)->frgn_master[i].ann);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment