Skip to content

fix: correct occured to occurred typo in source comments and error messages#5

Open
Jah-yee wants to merge 1 commit into
Impalabs:masterfrom
Jah-yee:master
Open

fix: correct occured to occurred typo in source comments and error messages#5
Jah-yee wants to merge 1 commit into
Impalabs:masterfrom
Jah-yee:master

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jun 23, 2026

Copy link
Copy Markdown

Summary

Corrects the spelling of occurred (replaces occured) across 6 source files in the AArch64 hypervisor fuzzer codebase.

Changes

File Changes
src/core.rs 4 occurrences: expect() error messages + doc comments
src/crash.rs 3 occurrences: doc comments + ExitKind variant docs
src/error.rs 3 occurrences: doc comments + format string
src/exceptions.rs 3 occurrences: doc comments
src/loader.rs 1 occurrence: example code
src/memory.rs 3 occurrences: doc comments + expect() string

Total: 6 files, 17 typo fixes

Type

  • 5 fixes in user-facing error messages (runtime panic messages)
  • 12 fixes in doc comments

Verification

…ssages

Corrects spelling of 'occurred' in:
- src/core.rs: expect() error messages and doc comments (4 occurrences)
- src/crash.rs: doc comments and ExitKind variants (3 occurrences)
- src/error.rs: doc comments and format strings (3 occurrences)
- src/exceptions.rs: doc comments (3 occurrences)
- src/loader.rs: example code (1 occurrence)
- src/memory.rs: doc comments and expect() string (3 occurrences)

Total: 6 files, 17 line replacements (19 insertions, 19 deletions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant