aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmosdr
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 21:06:00 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 21:06:54 +0200
commitba0b52868a5f1cde16db692bdd03e0ecc0270aac (patch)
tree0ee0b3639d1fc0feb4d04cccfaac5489dee13b8c /include/osmosdr
parentcf1c3ab117ee76cac3c574331c42173e0444aedd (diff)
changed logic value for automatic gain mode
sorry boys & girls!
Diffstat (limited to 'include/osmosdr')
-rw-r--r--include/osmosdr/osmosdr_source_c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmosdr/osmosdr_source_c.h b/include/osmosdr/osmosdr_source_c.h
index fae0f05..1da922b 100644
--- a/include/osmosdr/osmosdr_source_c.h
+++ b/include/osmosdr/osmosdr_source_c.h
@@ -148,7 +148,7 @@ public:
/*!
* Set the gain mode for the underlying radio hardware.
* This might be supported only for certain hardware types.
- * \param mode the gain mode (true means manual gain mode)
+ * \param mode the gain mode (true means automatic gain mode)
* \param chan the channel index 0 to N-1
* \return the actual gain mode
*/