diff options
author | Owen Avery <powerboat9.gamer@gmail.com> | 2023-09-19 11:48:02 -0400 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2024-01-16 19:04:37 +0100 |
commit | b9a046cf4cdee115c30d8d0b667ec56ca4c1fd64 (patch) | |
tree | c618993a2c7b8bf236916a41532bcd87d975d1f9 /gcc/rust/backend/rust-constexpr.cc | |
parent | af2be5b555a902f4c77ba161a3dcf16902b442db (diff) | |
download | gcc-b9a046cf4cdee115c30d8d0b667ec56ca4c1fd64.zip gcc-b9a046cf4cdee115c30d8d0b667ec56ca4c1fd64.tar.gz gcc-b9a046cf4cdee115c30d8d0b667ec56ca4c1fd64.tar.bz2 |
gccrs: Fix spelling
gcc/rust/ChangeLog:
* ast/rust-expr.h: Fix spelling of "doesn't".
* backend/rust-compile-expr.cc: Fix spelling of "accessors".
* backend/rust-compile-implitem.h: Fix spelling of "normal".
* backend/rust-constexpr.cc: Fix spelling of "actual".
Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
Diffstat (limited to 'gcc/rust/backend/rust-constexpr.cc')
-rw-r--r-- | gcc/rust/backend/rust-constexpr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-constexpr.cc b/gcc/rust/backend/rust-constexpr.cc index 582eda2..bfd7d95 100644 --- a/gcc/rust/backend/rust-constexpr.cc +++ b/gcc/rust/backend/rust-constexpr.cc @@ -141,7 +141,7 @@ struct GTY ((for_user)) rust_constexpr_call /* Result of the call. NULL means the call is being evaluated. error_mark_node means that the evaluation was erroneous; - otherwise, the actuall value of the call. */ + otherwise, the actual value of the call. */ tree result; /* The hash of this call; we remember it here to avoid having to recalculate it when expanding the hash table. */ |