This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Fix typos in LLDB help output.
ClosedPublic

Authored by hawkinsw on Mar 16 2022, 6:52 AM.

Details

Summary

Correct a few spelling errors and typos in the LLDB help output.

Diff Detail

Event Timeline

hawkinsw created this revision.Mar 16 2022, 6:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 6:52 AM
hawkinsw requested review of this revision.Mar 16 2022, 6:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 6:52 AM

I hope I didn't spam you all with asking for a review. It seems you are recently committers to this file. I am a long-time user, first-time contributor. I hope I am following best practices.

labath accepted this revision.Mar 16 2022, 6:59 AM
labath added a subscriber: labath.

I think you're doing everything right. Thanks for the fixes. I can commit this together with the other patch.

This revision is now accepted and ready to land.Mar 16 2022, 6:59 AM

I think you're doing everything right. Thanks for the fixes. I can commit this together with the other patch.

Thanks again for being so welcoming. Definitely encourages me to continue offering patches. I've use phabricator before (when I worked at Mozilla) and was scared of the overhead. But, the tools have definitely improved and the process was painless. Thanks again!

This revision was automatically updated to reflect the committed changes.

Yeah, the overhead is pretty large for trivial patches like this, but it's the best we have, so just keep them coming. :)

Thanks for the corrections!

If you didn't already know, you can request commit access https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access for future patches.