Fix some typos

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter 2023-11-14 23:06:50 +08:00
parent fa14810f21
commit a44a4edc0e
9 changed files with 13 additions and 13 deletions

View file

@ -135,7 +135,7 @@ impl<'a> Parser<'a> {
)
}
/// Parse a type suitable for a field defintion.
/// Parse a type suitable for a field definition.
/// The difference from `parse_ty` is that this version
/// allows anonymous structs and unions.
pub fn parse_ty_for_field_def(&mut self) -> PResult<'a, P<Ty>> {