uros-b opened a new pull request, #57891: URL: https://github.com/apache/spark/pull/57891
### What changes were proposed in this pull request? Fixes four comment typos under `core/src/main/scala/org/apache/spark/storage/`: - `BlockInfoManager`: `Helper for lock acquisistion` to `acquisition` - `BlockManagerMasterEndpoint`: `broadcasts the serialized mapstatues` to `map statuses` - `ShuffleBlockFetcherIterator`: `The exception could only be throwed by` to `thrown` - `ShuffleBlockFetcherIterator`: `push-merged shuffle files are storedl` to `stored` ### Why are the changes needed? Each is a plain misspelling, and each is the only occurrence of that spelling in the repository. On the second one, the surrounding comment consistently wraps code identifiers in backticks (`` `MapOutputTracker.serializeOutputStatuses` ``, `` `updateMapOutput` ``), so the intent is the English plural rather than the `mapStatuses` field, and it is rendered as two words accordingly. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Comment text only, with no effect on compiled code. Each edited line was confirmed to sit inside a scaladoc or `//` comment, and no identifier, string literal, or error message is touched. The longest resulting line is 97 characters, within the limit. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.8) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
