public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ventana/heads/minor-improvements-for-gcc11)] RISC-V: fix typo in comment for OUTGOING_REG_PARM_STACK_SPACE
@ 2020-12-17 17:10 Philipp Tomsich
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Tomsich @ 2020-12-17 17:10 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ec42aa96cf4e7bd643bae02c1731ea71999470ba

commit ec42aa96cf4e7bd643bae02c1731ea71999470ba
Author: Philipp Tomsich <philipp.tomsich@vrull.eu>
Date:   Mon Nov 23 21:16:14 2020 +0100

    RISC-V: fix typo in comment for OUTGOING_REG_PARM_STACK_SPACE
    
    2020-07-02  gcc/ChangeLog:
    
            * config/riscv/riscv.h (enum reg_class): fix typo.

Diff:
---
 gcc/config/riscv/riscv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/riscv/riscv.h b/gcc/config/riscv/riscv.h
index df3003fbaa0..e0c020bb866 100644
--- a/gcc/config/riscv/riscv.h
+++ b/gcc/config/riscv/riscv.h
@@ -540,7 +540,7 @@ enum reg_class
 /* Define this if it is the responsibility of the caller to
    allocate the area reserved for arguments passed in registers.
    If `ACCUMULATE_OUTGOING_ARGS' is also defined, the only effect
-   of this macro is to determine whether the space is included in
+   of this macro is to detebrmine whether the space is included in
    `crtl->outgoing_args_size'.  */
 #define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/vendors/ventana/heads/minor-improvements-for-gcc11)] RISC-V: fix typo in comment for OUTGOING_REG_PARM_STACK_SPACE
@ 2021-01-04 17:01 Philipp Tomsich
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Tomsich @ 2021-01-04 17:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f36defae00462b5d47563bbf1c71c8fea841b468

commit f36defae00462b5d47563bbf1c71c8fea841b468
Author: Philipp Tomsich <philipp.tomsich@vrull.eu>
Date:   Mon Nov 23 21:16:14 2020 +0100

    RISC-V: fix typo in comment for OUTGOING_REG_PARM_STACK_SPACE
    
    2020-07-02  gcc/ChangeLog:
    
            * config/riscv/riscv.h (enum reg_class): fix typo.

Diff:
---
 gcc/config/riscv/riscv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/riscv/riscv.h b/gcc/config/riscv/riscv.h
index c6f8bee07ef..7a53d336443 100644
--- a/gcc/config/riscv/riscv.h
+++ b/gcc/config/riscv/riscv.h
@@ -540,7 +540,7 @@ enum reg_class
 /* Define this if it is the responsibility of the caller to
    allocate the area reserved for arguments passed in registers.
    If `ACCUMULATE_OUTGOING_ARGS' is also defined, the only effect
-   of this macro is to determine whether the space is included in
+   of this macro is to detebrmine whether the space is included in
    `crtl->outgoing_args_size'.  */
 #define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-04 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 17:10 [gcc(refs/vendors/ventana/heads/minor-improvements-for-gcc11)] RISC-V: fix typo in comment for OUTGOING_REG_PARM_STACK_SPACE Philipp Tomsich
2021-01-04 17:01 Philipp Tomsich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).