From 002fdb5c10c7753c42be973f480759df33153ca7 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 21 Nov 2019 12:07:00 -0800 Subject: [PATCH] rrm: fix non-ascii character in comment --- src/rrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrm.c b/src/rrm.c index 2b0a22fb..ddf8e395 100644 --- a/src/rrm.c +++ b/src/rrm.c @@ -274,7 +274,7 @@ static size_t build_report_for_bss(struct rrm_beacon_req_info *beacon, * 802.11 9.4.2.22.7 Beacon report * * "The Parent TSF field contains the lower 4 octets of the measuring - * STA’s TSF timer value" + * STA's TSF timer value" */ l_put_le32((uint32_t)(bss->parent_tsf & 0xffffffff), to); to += 4;