summaryrefslogtreecommitdiff
path: root/doc/developer/lists.rst
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 08:28:47 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 08:28:47 -0400
commited18e04d91c9817a1c2cb66e8da9b6d9bf2d4275 (patch)
tree50ee49dd61212334ddef0fcec5755eb72c33906d /doc/developer/lists.rst
parent4563e2047af25cd00647ad70e634c61e49acfe49 (diff)
doc: Fix spelling of choosen
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'doc/developer/lists.rst')
-rw-r--r--doc/developer/lists.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/lists.rst b/doc/developer/lists.rst
index 43b2ebfcc9..ccac10aab9 100644
--- a/doc/developer/lists.rst
+++ b/doc/developer/lists.rst
@@ -143,7 +143,7 @@ Each of the data structures has a ``PREDECL_*`` and a ``DECLARE_*`` macro to
set up an "instantiation" of the container. This works somewhat similar to C++
templating, though much simpler.
-**In all following text, the Z prefix is replaced with a name choosen
+**In all following text, the Z prefix is replaced with a name chosen
for the instance of the datastructure.**
The common setup pattern will look like this: