From 285aa99b35a37f235b1a19268fe482fafa71a16a Mon Sep 17 00:00:00 2001 From: f380cedric Date: Tue, 13 Apr 2021 11:22:38 +0200 Subject: docs: Fix typos Signed-off-by: Aaron Rossetto --- host/include/uhd/property_tree.hpp | 6 +++--- 1 file 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& 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 -- cgit v1.2.3