diff options
| author | Martin Liska <mliska@suse.cz> | 2021-05-19 15:25:36 +0200 |
|---|---|---|
| committer | Martin Liska <mliska@suse.cz> | 2021-05-19 15:25:36 +0200 |
| commit | 32bd0353db37af2cb023e575ed4ce8c944fd9dba (patch) | |
| tree | 53fc8ce9f521053c458f2203399a6fc84c7a2d36 /gcc/cp/mangle.c | |
| parent | 7bb4b7a5ca984f7d860f33c9b791f425b264a71f (diff) | |
| download | gcc-32bd0353db37af2cb023e575ed4ce8c944fd9dba.zip gcc-32bd0353db37af2cb023e575ed4ce8c944fd9dba.tar.gz gcc-32bd0353db37af2cb023e575ed4ce8c944fd9dba.tar.bz2 | |
Fix typos.
PR testsuite/100658
gcc/cp/ChangeLog:
* mangle.c (write_encoding): Fix typos.
gcc/jit/ChangeLog:
* libgccjit.c (gcc_jit_context_new_function): Fix typos.
gcc/testsuite/ChangeLog:
* gcc.dg/local1.c: Fix typos.
* gcc.dg/ucnid-5-utf8.c: Likewise.
* gcc.dg/ucnid-5.c: Likewise.
Diffstat (limited to 'gcc/cp/mangle.c')
| -rw-r--r-- | gcc/cp/mangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c index f0e1f41..ee14c2d 100644 --- a/gcc/cp/mangle.c +++ b/gcc/cp/mangle.c @@ -835,7 +835,7 @@ write_encoding (const tree decl) } } -/* Interface to substitution and identifer mangling, used by the +/* Interface to substitution and identifier mangling, used by the module name mangler. */ void |
