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)
Tue, Apr 7, 11:05 PM
Unknown Object (File)
Sun, Apr 5, 3:14 AM
Unknown Object (File)
Fri, Mar 27, 8:18 AM
Unknown Object (File)
Wed, Mar 18, 12:07 PM
Unknown Object (File)
Sun, Mar 15, 7:07 AM
Unknown Object (File)
Mar 2 2026, 6:58 AM
Unknown Object (File)
Mar 2 2026, 4:35 AM
Unknown Object (File)
Mar 1 2026, 1:31 PM

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...