Page MenuHomeFreeBSD

Correct some typos in sourcesfiles
AbandonedPublic

Authored by gbe on Feb 1 2020, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 9:45 PM
Unknown Object (File)
Feb 23 2024, 9:45 PM
Unknown Object (File)
Feb 23 2024, 9:45 PM
Unknown Object (File)
Feb 23 2024, 9:45 PM
Unknown Object (File)
Feb 23 2024, 12:43 PM
Unknown Object (File)
Dec 31 2023, 10:14 AM
Unknown Object (File)
Dec 3 2023, 1:16 PM
Unknown Object (File)
Oct 30 2023, 5:19 AM

Details

Reviewers
emaste
lwhsu
Group Reviewers
transport
Commits
rS357664: Miscellaneous typo fixes
Summary

Correct some typos in various sourcefiles.

Test Plan

none

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29222
Build 27146: arc lint + arc unit

Event Timeline

Most of these only address typos in comments - which are all fine.

However, there are two that are in printf (kernel) statements - any chance that this could break automation (grep'ing for mistyped output)?

Perhaps split the comment typo-fixes and the actual output string typo fixes, so that the latter can be reverted if it turns out to be problematic (just a tought), without re-introducing the typos into the comments...

rwatson added inline comments.
sys/mips/beri/beri_mp.c
135

Fine by me.

sys/sparc64/sparc64/intr_machdep.c
140 ↗(On Diff #67617)

this file does not exist after rS357455

  • Delete sys/sparc64/sparc64/intr_machdep.c

The secure/ and stand/ ones have an upstream or at least other copies around and I'll exclude them initially, but will commit the rest shortly.

gbe marked an inline comment as done.

Already committed...