forked from OSchip/llvm-project
[ASan] Fix a wrong filename mentioned in a comment
llvm-svn: 151145
This commit is contained in:
parent
5cd2a9d98e
commit
3a32ed913b
|
|
@ -15,7 +15,7 @@
|
|||
#ifdef __linux__
|
||||
|
||||
#if !defined(INCLUDED_FROM_INTERCEPTION_LIB)
|
||||
# error "interception_mac.h should be included from interception library only"
|
||||
# error "interception_linux.h should be included from interception library only"
|
||||
#endif
|
||||
|
||||
#ifndef INTERCEPTION_LINUX_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue