LoongArch: Fixed a typo in the comment information of the function loongarch_asan_sha...
authorLulu Cheng <chenglulu@loongson.cn>
Wed, 28 Sep 2022 08:35:06 +0000 (16:35 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Wed, 28 Sep 2022 08:44:27 +0000 (16:44 +0800)
gcc/ChangeLog:

* config/loongarch/loongarch.cc (loongarch_asan_shadow_offset):
Fixed typo in "asan_mapping.h".

gcc/config/loongarch/loongarch.cc

index 98c0e26..e9ba337 100644 (file)
@@ -6472,7 +6472,7 @@ static unsigned HOST_WIDE_INT
 loongarch_asan_shadow_offset (void)
 {
   /* We only have libsanitizer support for LOONGARCH64 at present.
-     This value is taken from the file libsanitizer/asan/asan_mappint.h.  */
+     This value is taken from the file libsanitizer/asan/asan_mapping.h.  */
   return TARGET_64BIT ? (HOST_WIDE_INT_1 << 46) : 0;
 }