On 7/28/20 11:33 PM, Steve Kemp via GitGitGadget wrote: > From: Steve Kemp <steve@xxxxxxxxxxxx> > > This commit fixes a couple of minor spelling mistakes inside > comments. > > Signed-off-by: Steve Kemp <steve@xxxxxxxx> > Signed-off-by: Steve Kemp <steve@xxxxxxxxxxxx> Double sign-off? Perhaps keep the org.uk version, since that is the email you use for authorship. > - /* abandonded */ > + /* abandoned */ > -/* Print a cell to stdout with all necessary leading/traling space */ > +/* Print a cell to stdout with all necessary leading/trailing space */ > - * currenty thread-safe and might be racy with object reading, > + * currently thread-safe and might be racy with object reading, > - * 1. Only a single level of inderection is obtained, we might want to > + * 1. Only a single level of indirection is obtained, we might want to These edits are all positive ones. I'll leave it to more experienced contributors to comment on how a comment-only patch fits with this section Documentation/CodingGuidelines: - Fixing style violations while working on a real change as a preparatory clean-up step is good, but otherwise avoid useless code churn for the sake of conforming to the style. In my opinion, this change is not harmful, but also isn't super necessary. I could go either way. Thanks, -Stolee