fix(docs): correct typos found during code review#20041
Merged
CISC merged 6 commits intoggml-org:masterfrom Mar 5, 2026
Merged
fix(docs): correct typos found during code review#20041CISC merged 6 commits intoggml-org:masterfrom
CISC merged 6 commits intoggml-org:masterfrom
Conversation
Non-functional changes only: - Fixed minor spelling mistakes in comments - Corrected typos in user-facing strings - No variables, logic, or functional code was modified. Signed-off-by: Marcel Petrick <mail@marcelpetrick.it>
taronaeo
reviewed
Mar 2, 2026
Collaborator
taronaeo
left a comment
There was a problem hiding this comment.
Dang, there are a lot of changes. Might take some time to review :)
Co-authored-by: Aaron Teo <taronaeo@gmail.com>
Contributor
Author
|
@taronaeo I have tried out that offered action to add your proposed change to the PR. Thank you. |
pnb
reviewed
Mar 2, 2026
This reverts commit 02fcf0c7db661d5ff3eff96b2b2db9fdb7213256.
taronaeo
approved these changes
Mar 3, 2026
max-krasnyansky
approved these changes
Mar 3, 2026
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
Contributor
Author
|
@CISC Thank you for the input. I have added them as well. |
Member
|
Merge on green unless anyone objects. |
bartowski1182
pushed a commit
to bartowski1182/llama.cpp
that referenced
this pull request
Mar 10, 2026
* fix(docs): correct typos found during code review Non-functional changes only: - Fixed minor spelling mistakes in comments - Corrected typos in user-facing strings - No variables, logic, or functional code was modified. Signed-off-by: Marcel Petrick <mail@marcelpetrick.it> * Update docs/backend/CANN.md Co-authored-by: Aaron Teo <taronaeo@gmail.com> * Revert "Auxiliary commit to revert individual files from 846d1c3" This reverts commit 02fcf0c7db661d5ff3eff96b2b2db9fdb7213256. * Update tests/test-backend-ops.cpp Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com> * Update tests/test-backend-ops.cpp Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com> --------- Signed-off-by: Marcel Petrick <mail@marcelpetrick.it> Co-authored-by: Aaron Teo <taronaeo@gmail.com> Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Non-functional changes only:
AI was not involved in the creation of this PR. A python-script, which calls
codespell, was used to check the whole project. Then a comprehensive manual review of all changes was done, where I rejected ambiguous changes.Signed-off-by: Marcel Petrick mail@marcelpetrick.it