fix spelling errors

This commit is contained in:
IOhannes m zmölnig 2022-03-21 08:58:55 +01:00
parent dea8322668
commit 0fe7f81a66
2 changed files with 2 additions and 2 deletions

View file

@ -236,7 +236,7 @@ void bird_set(bird_t *this,char *cmdname,long *cmddata)
} }
/* CMD found */ /* CMD found */
if(cmd->databytes > 0){ /* if databytes awaited, else dont change */ if(cmd->databytes > 0){ /* if databytes awaited, else don't change */
this->databytes = cmd->databytes; /* expected databytes per record */ this->databytes = cmd->databytes; /* expected databytes per record */
this->datacount = 0; /* start with first */ this->datacount = 0; /* start with first */

View file

@ -110,7 +110,7 @@ typedef struct comport
#define COMPORT_BUF_SIZE 16384 /* this should be the largest possible packet size for a USB com port */ #define COMPORT_BUF_SIZE 16384 /* this should be the largest possible packet size for a USB com port */
#ifdef _WIN32 #ifdef _WIN32
/* we don't use the table for windos cos we can set the number directly. */ /* we don't use the table for msw, because we can set the number directly. */
/* This may result in more possible baud rates than the table contains. */ /* This may result in more possible baud rates than the table contains. */
/* /*
static long baudspeedbittable[] = static long baudspeedbittable[] =