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, Jan 14, 8:41 PM
Unknown Object (File)
Nov 5 2024, 11:43 PM
Unknown Object (File)
Oct 24 2024, 7:50 AM
Unknown Object (File)
Oct 24 2024, 7:49 AM
Unknown Object (File)
Oct 24 2024, 7:47 AM
Unknown Object (File)
Oct 24 2024, 7:47 AM
Unknown Object (File)
Oct 24 2024, 7:31 AM
Unknown Object (File)
Oct 5 2024, 3:46 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...