diff options
Diffstat (limited to 'docs/source/techspecs')
-rw-r--r-- | docs/source/techspecs/cpu_device.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/cpu_device.rst b/docs/source/techspecs/cpu_device.rst index 3d1170a4299..c21a20a4fe7 100644 --- a/docs/source/techspecs/cpu_device.rst +++ b/docs/source/techspecs/cpu_device.rst @@ -183,9 +183,9 @@ the access time and false is returned to tell to do the access. The method ``access_before_delay`` allows to try to run an access after a given delay. The tag is an opaque, non-nullptr value used to -characterize the source of the delay, so taht the delay is not applied +characterize the source of the delay, so that the delay is not applied multiple times. Similarly to the previous method cycles are eaten and -true is returned to abort the access, false do execute it. +true is returned to abort the access, false to execute it. .. code-block:: C++ |