summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/sim.c
diff options
context:
space:
mode:
authorThomas Waldmann2011-01-11 19:38:59 +0100
committerSteve Markgraf2011-01-11 19:53:56 +0100
commitbe9ea273b38167c00ca1e392c60eb794178232d5 (patch)
treed5c07e31007b516b05ca06080067fe0e444d1bc5 /src/target/firmware/calypso/sim.c
parentdocumentation: fix some typos (diff)
downloadosmocom-be9ea273b38167c00ca1e392c60eb794178232d5.tar.gz
osmocom-be9ea273b38167c00ca1e392c60eb794178232d5.tar.xz
osmocom-be9ea273b38167c00ca1e392c60eb794178232d5.zip
fixed typos in comments
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/target/firmware/calypso/sim.c')
-rwxr-xr-xsrc/target/firmware/calypso/sim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/firmware/calypso/sim.c b/src/target/firmware/calypso/sim.c
index 610f968..a539cf8 100755
--- a/src/target/firmware/calypso/sim.c
+++ b/src/target/firmware/calypso/sim.c
@@ -34,8 +34,8 @@ static int sim_tx_character_count = 0; /* How many bytes have been transmitted b
static int sim_tx_character_length = 0; /* How many bytes have to be transmitted by calypso_sim_transmit() */
static uint8_t *rx_buffer = 0; /* RX-Buffer that is issued by calypso_sim_receive() */
static uint8_t *tx_buffer = 0; /* TX-Buffer that is issued by calypso_sim_transmit() */
-volatile static int rxDoneFlag = 0; /* Used for rx syncronization instead of a semaphore in calypso_sim_receive() */
-volatile static int txDoneFlag = 0; /* Used for rx syncronization instead of a semaphore in calypso_sim_transmit() */
+volatile static int rxDoneFlag = 0; /* Used for rx synchronization instead of a semaphore in calypso_sim_receive() */
+volatile static int txDoneFlag = 0; /* Used for rx synchronization instead of a semaphore in calypso_sim_transmit() */
/* Display Register dump */
void calypso_sim_regdump(void)