Skip to content

Commit 61fe117

Browse files
AlexLanzanoCopilot
andcommitted
Update docs/draft/crypto_affinity.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ed4a670 commit 61fe117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/draft/crypto_affinity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The crypto affinity feature allows a client to control and query whether the ser
77
```c
88
enum WH_CRYPTO_AFFINITY_ENUM {
99
WH_CRYPTO_AFFINITY_SW = 0, // Use software crypto (devId = INVALID_DEVID)
10-
WH_CRYPTO_AFFINITY_HW = 1, // Attmept to use hardware crypto (devId = configured value)
10+
WH_CRYPTO_AFFINITY_HW = 1, // Attempt to use hardware crypto (devId = configured value)
1111
};
1212
```
1313

0 commit comments

Comments
 (0)