fix comment typos;

pull/12/head
Bryan Biedenkapp 4 years ago
parent 9ca505ff5c
commit a9ab0db32f

@ -789,7 +789,7 @@ int Host::run()
// -- Write to Modem Processing -- // -- Write to Modem Processing --
// ------------------------------------------------------ // ------------------------------------------------------
/** DMR */ /** Digital Mobile Radio */
if (dmr != NULL) { if (dmr != NULL) {
// check if there is space on the modem for DMR slot 1 frames, // check if there is space on the modem for DMR slot 1 frames,
// if there is read frames from the DMR controller and write it // if there is read frames from the DMR controller and write it
@ -868,7 +868,7 @@ int Host::run()
} }
} }
/** P25 */ /** Project 25 */
// check if there is space on the modem for P25 frames, // check if there is space on the modem for P25 frames,
// if there is read frames from the P25 controller and write it // if there is read frames from the P25 controller and write it
// to the modem // to the modem
@ -981,7 +981,7 @@ int Host::run()
// -- Read from Modem Processing -- // -- Read from Modem Processing --
// ------------------------------------------------------ // ------------------------------------------------------
/** DMR */ /** Digital Mobile Radio */
if (dmr != NULL) { if (dmr != NULL) {
// read DMR slot 1 frames from the modem, and if there is any // read DMR slot 1 frames from the modem, and if there is any
// write those frames to the DMR controller // write those frames to the DMR controller
@ -1099,7 +1099,7 @@ int Host::run()
} }
} }
/** P25 */ /** Project 25 */
// read P25 frames from modem, and if there are frames // read P25 frames from modem, and if there are frames
// write those frames to the P25 controller // write those frames to the P25 controller
if (p25 != NULL) { if (p25 != NULL) {
@ -1169,7 +1169,7 @@ int Host::run()
} }
} }
/** NXDN */ /** Next Generation Digital Narrowband */
// read NXDN frames from modem, and if there are frames // read NXDN frames from modem, and if there are frames
// write those frames to the NXDN controller // write those frames to the NXDN controller
#if ENABLE_NXDN_SUPPORT #if ENABLE_NXDN_SUPPORT

Loading…
Cancel
Save

Powered by TurnKey Linux.