From 3d0edea4e1d350b7e4a88bed9cd88bad6585127c Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Fri, 20 Dec 2013 13:13:49 +0000 Subject: [sanitizer] Add missing file comment. llvm-svn: 197807 --- compiler-rt/lib/sanitizer_common/sanitizer_interception.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_interception.h b/compiler-rt/lib/sanitizer_common/sanitizer_interception.h index 1d1eea13fcf..b63462d2735 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_interception.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_interception.h @@ -7,7 +7,8 @@ // //===----------------------------------------------------------------------===// // -// zzz +// Common macro definitions for interceptors. +// Always use this headers instead of interception/interception.h. // //===----------------------------------------------------------------------===// #ifndef SANITIZER_INTERCEPTION_H -- cgit v1.2.3