Conversation
Avenger-285714
commented
Dec 15, 2025
- Correct typo 'bfttune' to 'bpftune'
- Correct typo 'calcuate' to 'calculate'.
1. Correct typo 'bfttune' to 'bpftune' 2. Correct typo 'calcuate' to 'calculate'. Signed-off-by: WangYuli <wangyl5933@chinaunicom.cn>
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
There was a problem hiding this comment.
Pull request overview
This PR fixes spelling errors in comments across the codebase, improving documentation accuracy.
- Corrects misspelling of the tool name from 'bfttune' to 'bpftune' in three BPF source files
- Corrects the word 'calcuate' to 'calculate' in a comment explaining metric calculation
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test/strategy/strategy_tuner.bpf.c | Fixed two occurrences of 'bfttune' to 'bpftune' in comments describing tuner ID initialization |
| src/tcp_conn_tuner.h | Fixed spelling of 'calcuate' to 'calculate' in comment explaining the metric calculation |
| sample_tuner/sample_tuner.bpf.c | Fixed 'bfttune' to 'bpftune' in comment describing tuner ID initialization |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.