Commit b7fab3a
committed
Merge #232: fix typos in gf32_ext.rs comments
901c7eb Update gf32_ext.rs (viktorking7)
Pull request description:
```markdown
This PR corrects spelling errors in two comments within `src/primitives/gf32_ext.rs`:
- Fixed "muliplication" → "multiplication" in comment about naive n² multiplication
- Fixed "mulitplications" → "multiplications" in `impl Field for Fe32768` comment
```
ACKs for top commit:
apoelstra:
ACK 901c7eb; successfully ran local tests
Tree-SHA512: 1ee5133166da227b8fd914b27d6ff5dcb59a75f8d8041b1171c7387e0ce7a14775afae8e2406b63c9ec3684804a83295a62654df464939b31eef0139d2aaa9eb1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments