summaryrefslogtreecommitdiffstats
path: root/host/docs/coding.rst
diff options
context:
space:
mode:
Diffstat (limited to 'host/docs/coding.rst')
-rw-r--r--host/docs/coding.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/coding.rst b/host/docs/coding.rst
index d5304c1c5..7400e0b4b 100644
--- a/host/docs/coding.rst
+++ b/host/docs/coding.rst
@@ -14,8 +14,8 @@ A device is an abstraction for hardware that is connected to the host system.
For a USRP, this means that the motherboard and everything on it would be considered to be a "device".
The device API provides ways to:
-* Discover devices that are physical connected to the host system.
-* Create a device object for a particular physical device identified by address.
+* Discover devices that are physically connected to the host system.
+* Create a device object for a particular device identified by address.
* Register a device driver into the discovery and factory sub-system.
* Streaming samples with metadata into and out of the device.
* Set and get properties on the device object.