Skip to content

Commit 9877d32

Browse files
committed
chore: remove redundant word in comment
Signed-off-by: whosehang <[email protected]>
1 parent e043128 commit 9877d32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/c-api/doxygen.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ INTERNAL_DOCS = NO
585585
# filesystem is case sensitive (i.e. it supports files in the same directory
586586
# whose names only differ in casing), the option must be set to YES to properly
587587
# deal with such files in case they appear in the input. For filesystems that
588-
# are not case sensitive the option should be be set to NO to properly deal with
588+
# are not case sensitive the option should be set to NO to properly deal with
589589
# output files written for symbols that only differ in casing, such as for two
590590
# classes, one named CLASS and the other named Class, and to also support
591591
# references to files without having to specify the exact matching casing. On

crates/fiber/src/stackswitch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cfg_if::cfg_if! {
3434
}
3535

3636
/// A helper module to get reeported above in each case that we actually have
37-
/// stack-switching routines available in in line asm. The fall-through case
37+
/// stack-switching routines available in line asm. The fall-through case
3838
/// though reexports the `unsupported` module instead.
3939
#[allow(
4040
dead_code,

crates/wasi-http/wit/deps/http/types.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ interface types {
170170
/// A `fields` may be mutable or immutable. A `fields` created using the
171171
/// constructor, `from-list`, or `clone` will be mutable, but a `fields`
172172
/// resource given by other means (including, but not limited to,
173-
/// `incoming-request.headers`, `outgoing-request.headers`) might be be
173+
/// `incoming-request.headers`, `outgoing-request.headers`) might be
174174
/// immutable. In an immutable fields, the `set`, `append`, and `delete`
175175
/// operations will fail with `header-error.immutable`.
176176
@since(version = 0.2.0)

crates/wasmtime/src/runtime/store/async_.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ impl StoreOpaque {
344344
// be ready for TLS to change while we're executing wasm code between
345345
// suspension points).
346346
//
347-
// While somewhat onerous it shouldn't be too too hard (the TLS bit is
347+
// While somewhat onerous it shouldn't be too hard (the TLS bit is
348348
// the hardest bit so far). This does mean, though, that no user should
349349
// ever have to worry about the `Send`-ness of Wasmtime. If rustc says
350350
// it's ok, then it's ok.

0 commit comments

Comments
 (0)