diff mbox series

[AArch64,committed] Fix typo in aarch64_mangle_type

Message ID 5BFC3289.5010401@foss.arm.com
State New
Headers show
Series [AArch64,committed] Fix typo in aarch64_mangle_type | expand

Commit Message

Kyrill Tkachov Nov. 26, 2018, 5:51 p.m. UTC
Committing as obvious.

Thanks,
Kyrill

2018-11-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

     * config/aarch64/aarch64.c (aarch64_mangle_type): Fix typo in comment.
diff mbox series

Patch

diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c
index 77d12603e3b9bfdf0f65733162a4320ffc9239f7..58858ef935ba744e6e50b9ceb8cdf1824f7d3369 100644
--- a/gcc/config/aarch64/aarch64.c
+++ b/gcc/config/aarch64/aarch64.c
@@ -13512,7 +13512,7 @@  static const char *
 aarch64_mangle_type (const_tree type)
 {
   /* The AArch64 ABI documents say that "__va_list" has to be
-     managled as if it is in the "std" namespace.  */
+     mangled as if it is in the "std" namespace.  */
   if (lang_hooks.types_compatible_p (CONST_CAST_TREE (type), va_list_type))
     return "St9__va_list";