From 08aaabb0197043dd63f7980af199fdc261515a7f Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 25 Feb 2022 22:21:08 -0500 Subject: [PATCH] fix typo; --- p25/dfsi/LC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p25/dfsi/LC.cpp b/p25/dfsi/LC.cpp index e73c6e4d..ded68b98 100644 --- a/p25/dfsi/LC.cpp +++ b/p25/dfsi/LC.cpp @@ -689,7 +689,7 @@ void LC::encodeLDU2(uint8_t* data, const uint8_t* imbe) } /// -/// Decode a logical link data unit 2. +/// Decode a TSBK. /// /// /// True, if decoded, otherwise false.