aboutsummaryrefslogtreecommitdiffstats
path: root/src/datenklo/datenklo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datenklo/datenklo.h')
-rw-r--r--src/datenklo/datenklo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datenklo/datenklo.h b/src/datenklo/datenklo.h
index 925edef..2b43ce7 100644
--- a/src/datenklo/datenklo.h
+++ b/src/datenklo/datenklo.h
@@ -14,7 +14,7 @@ typedef struct datenklo {
/* settings */
uint8_t mc; /* modem chip mode */
- int auto_rts; /* automatic RTS controling for half duplex */
+ int auto_rts; /* automatic RTS controlling for half duplex */
double max_baud; /* limit to what the mode supports */
double force_tx_baud, force_rx_baud; /* override IOCTL */
int tx_back, rx_back; /* set if back channel is used for path */