Re: [PATCH 5/5] rust: Fix the typos in doc

2025-05-20 Thread Peter Maydell
On Tue, 20 May 2025 at 16:07, Zhao Liu wrote: > > These typos are found by "cargo spellcheck". Though it outputs a lot of > noise and false positives, there still are some real typos. > > Signed-off-by: Zhao Liu > --- > Note: But I have to admit, cargo spellcheck isn't a great tool. > > Picked fr

[PATCH 5/5] rust: Fix the typos in doc

2025-05-20 Thread Zhao Liu
These typos are found by "cargo spellcheck". Though it outputs a lot of noise and false positives, there still are some real typos. Signed-off-by: Zhao Liu --- Note: But I have to admit, cargo spellcheck isn't a great tool. Picked from <20250218092108.3347963-1-zhao1@intel.com> with checking