On Wed, Oct 27, 2021 at 10:05 AM John Cai via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > docs: fix places that break compliation in MyFirstObjectWalk s/compliation/compilation/ > Two errors in the example code caused compilation failures due to > a missing semi-colon as well as initialization with an empty struct. > This commit fixes that to make the MyFirstObjectWalk tutorial easier to > follow. s/semi-colon/semicolon/ would also be appropriate for the rest of the project (but not terribly important in a commit message). > Signed-off-by: John Cai <johncai86@xxxxxxxxx> The patch itself makes perfect sense. Thanks.