aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorf380cedric <f380cedric@users.noreply.github.com>2021-04-13 11:22:38 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-22 07:42:58 -0500
commit285aa99b35a37f235b1a19268fe482fafa71a16a (patch)
tree37af89bcc17e0eedd86293b49bf42b2bd880ea95
parenta47ce92635096cd10f94a4e177f1ae60af8e27bb (diff)
downloaduhd-285aa99b35a37f235b1a19268fe482fafa71a16a.tar.gz
uhd-285aa99b35a37f235b1a19268fe482fafa71a16a.tar.bz2
uhd-285aa99b35a37f235b1a19268fe482fafa71a16a.zip
docs: Fix typos
Signed-off-by: Aaron Rossetto <aaron.rossetto@ni.com>
-rw-r--r--host/include/uhd/property_tree.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/include/uhd/property_tree.hpp b/host/include/uhd/property_tree.hpp
index ebec6a9f8..bbe3e24e1 100644
--- a/host/include/uhd/property_tree.hpp
+++ b/host/include/uhd/property_tree.hpp
@@ -22,14 +22,14 @@ namespace uhd {
* associated with a property in a uhd::property_tree
* and registering callbacks when that value changes.
*
- * A property is defined to have two separate vales:
+ * A property is defined to have two separate values:
* - Desired value: Value requested by the user
* - Coerced value: Value that was actually possible
* given HW and other requirements
*
* By default, the desired and coerced values are
* identical as long as the property is not coerced.
- * A property can be coerced in two way:
+ * A property can be coerced in two ways:
* 1. Using a coercer: A callback function that takes
* in a desired value and produces a coerced value.
* A property must have *exactly one* coercer.
@@ -121,7 +121,7 @@ public:
virtual property<T>& add_coerced_subscriber(const subscriber_type& subscriber) = 0;
/*!
- * Update calls all subscribers w/ the current value.
+ * Calls all subscribers with the current value.
*
* \return a reference to this property for chaining
* \throws uhd::assertion_error