diff options
Diffstat (limited to 'usr/src/man/man3c/tss.3c')
-rw-r--r-- | usr/src/man/man3c/tss.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/tss.3c b/usr/src/man/man3c/tss.3c index 37ae52bd97..6e4b696339 100644 --- a/usr/src/man/man3c/tss.3c +++ b/usr/src/man/man3c/tss.3c @@ -52,7 +52,7 @@ The .Fn tss_create function creates a new thread-specific data key. The key space is opaque and global to all threads in the process. Each thread has its own -value-space which can be mainpulated with the +value-space which can be manipulated with the .Fn tss_get and .Fn tss_set |