aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ast
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/ast')
-rw-r--r--gcc/rust/ast/rust-expr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/ast/rust-expr.h b/gcc/rust/ast/rust-expr.h
index 69937bf..012b055 100644
--- a/gcc/rust/ast/rust-expr.h
+++ b/gcc/rust/ast/rust-expr.h
@@ -4594,14 +4594,14 @@ struct InlineAsmTemplatePiece
struct TupleClobber
{
- // as gccrs still doesen't contain a symbol class I have put them as strings
+ // as gccrs still doesn't contain a symbol class I have put them as strings
std::string symbol;
location_t loc;
};
struct TupleTemplateStr
{
- // as gccrs still doesen't contain a symbol class I have put them as strings
+ // as gccrs still doesn't contain a symbol class I have put them as strings
std::string symbol;
std::string optional_symbol;
location_t loc;