From 0773c4252b9eda702503351c75aca73526a13b6c Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 19 Aug 2025 15:53:14 +0200 Subject: docs: fix misspellings Gemini CLI experiments side effect. --- docs/syscall_descriptions_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions_syntax.md') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index a8289ba03..33dcd3cc6 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -187,7 +187,7 @@ foo { Structs can have attributes specified in square brackets after the struct. Attributes are: -- `packed`: the struct does not have paddings between fields and has alignment 1; this is similar to GNU C `__attribute__((packed))`; struct alignment can be overriden with `align` attribute +- `packed`: the struct does not have paddings between fields and has alignment 1; this is similar to GNU C `__attribute__((packed))`; struct alignment can be overridden with `align` attribute - `align[N]`: the struct has alignment N and padded up to multiple of `N`; contents of the padding are unspecified (though, frequently are zeros); similar to GNU C `__attribute__((aligned(N)))` - `size[N]`: the struct is padded up to the specified size `N`; contents of the padding are unspecified (though, frequently are zeros) -- cgit mrf-deployment