Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Mar 11, 2023
1 parent fa04ced commit 73d88a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindgen-tests/tests/quickchecking/src/fuzzers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ impl fmt::Display for DeclarationListC {
}
}

/// A qucickcheck trait for describing how BaseTypeC types can be
/// A quickcheck trait for describing how BaseTypeC types can be
/// randomly generated and shrunk.
impl Arbitrary for BaseTypeC {
fn arbitrary(g: &mut Gen) -> BaseTypeC {
Expand Down
2 changes: 1 addition & 1 deletion bindgen/ir/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ impl quote::ToTokens for Abi {
/// An ABI extracted from a clang cursor.
#[derive(Debug, Copy, Clone)]
pub(crate) enum ClangAbi {
/// An ABI known by rust.
/// An ABI known by Rust.
Known(Abi),
/// An unknown or invalid ABI.
Unknown(CXCallingConv),
Expand Down
2 changes: 1 addition & 1 deletion bindgen/ir/int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub enum IntKind {
/// An `unsigned char`.
UChar,

/// An `wchar_t`.
/// A `wchar_t`.
WChar,

/// A platform-dependent `char` type, with the signedness support.
Expand Down

0 comments on commit 73d88a6

Please sign in to comment.