summaryrefslogtreecommitdiff
path: root/gcc/asan.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/asan.cc')
-rw-r--r--gcc/asan.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/asan.cc b/gcc/asan.cc
index 08c622ee7f6..b3471734905 100644
--- a/gcc/asan.cc
+++ b/gcc/asan.cc
@@ -195,7 +195,7 @@ along with GCC; see the file COPYING3. If not see
at the top of the variables of the stack.
Note that the real variable layout is done in expand_used_vars in
- cfgexpand.c. As far as Address Sanitizer is concerned, it lays out
+ cfgexpand.cc. As far as Address Sanitizer is concerned, it lays out
stack variables as well as the different red zones, emits some
prologue code to populate the shadow memory as to poison (mark as
non-accessible) the regions of the red zones and mark the regions of