Skip to content

Commit e606d83

Browse files
rwatsonFlowdalic
andauthored
Fix spelling.
Co-authored-by: Florian Schmaus <florian.schmaus@codasip.com>
1 parent 067a8d7 commit e606d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/limitations/unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CHERI's underlying robustness to integer-pointer type confusion is valuable in
2525
mitigating such potential vulnerabilities, but as this does not provide strong
2626
type safety, nor prevent other types of type confusion, ultimately this is
2727
mitigation against attack techniques, rather than elimination of
28-
ulnerability.
28+
vulnerability.
2929

3030
**Advice to developers**: Avoiding the use of unions in C will avoid such
3131
situations arising, especially in programming environments where the memory

0 commit comments

Comments
 (0)