diff options
author | Yang Tse <yangsita@gmail.com> | 2009-10-27 17:03:11 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-10-27 17:03:11 +0000 |
commit | f16868d3014bcb7892257b815bfbb6f51d96c0ce (patch) | |
tree | 7546d11c3c625b48faa80bd551ff5ee2950df17e | |
parent | 21af9bf1cd41393aedf546aef5d21a43219c9eca (diff) |
Fix comment
-rw-r--r-- | ares/setup.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ares/setup.h b/ares/setup.h index c23c12b1d..6959fe7df 100644 --- a/ares/setup.h +++ b/ares/setup.h @@ -78,10 +78,10 @@ #include <ares_rules.h> -/* ================================================================ */ -/* No system header file shall be included in this file before this */ -/* point. The only allowed ones are those included from curlbuild.h */ -/* ================================================================ */ +/* ================================================================= */ +/* No system header file shall be included in this file before this */ +/* point. The only allowed ones are those included from ares_build.h */ +/* ================================================================= */ /* * Include header files for windows builds before redefining anything. |