Skip to content

Commit b92f1d5

Browse files
authored
Fix typo (#28)
1 parent 57460c2 commit b92f1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-01-10-Clang-17-now-in-dev-container.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Note that you need to be using an up-to-date SAIL simulator that supports misali
8787

8888
We have one major improvement in the works that we hope to make available to CHERIoT toolchain users soon: [sealed capability annotations](https://github.com/CHERIoT-Platform/llvm-project/pull/88).
8989

90-
This change adds a new pointer attribute `__sealed_capability`, which disallows any operations that would cause the pointer to be dereferenced, or to be lose its `__sealed_capability` annotation.
90+
This change adds a new pointer attribute `__sealed_capability`, which disallows any operations that would cause the pointer to be dereferenced, or to lose its `__sealed_capability` annotation.
9191
Once integrated with CHERIoT RTOS, we will be able to represent sealing, unsealing, and the propagation of sealed capabilities in a type-safe manner.
9292

9393
```c++

0 commit comments

Comments
 (0)