Skip to content

Commit

Permalink
Fix capitalisation of comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Dec 11, 2024
1 parent 9e45753 commit 7c7bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/allocator/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ __cheriot_minimum_stack(0x260) int heap_can_free(SObj heapCapability,
{
// This function requires much less space, but we claim that we require as
// much as `heap_free` so that a call to `heap_free` will not fail due to
// insufficient stack immediately after `heap_can_Free` has said that it's
// insufficient stack immediately after `heap_can_free` has said that it's
// fine.
STACK_CHECK(0x260);
LockGuard g{lock};
Expand Down

0 comments on commit 7c7bf06

Please sign in to comment.