aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-11 00:06:15 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-11 00:06:15 +0000
commitf58e44caf071d81c8d38423978cd420c018c69e1 (patch)
tree538c0eb16a8d63ea43d8cb69b55032c880ad4001
parent2ff0f42a962fec5a6300b5986297b417db173e6a (diff)
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66613 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Driver/HostInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/HostInfo.h b/include/clang/Driver/HostInfo.h
index 6b0b284dbb..e83e1d257b 100644
--- a/include/clang/Driver/HostInfo.h
+++ b/include/clang/Driver/HostInfo.h
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-#ifndef CLANG_DRIVER_HOSTINFO,_H_
+#ifndef CLANG_DRIVER_HOSTINFO_H_
#define CLANG_DRIVER_HOSTINFO_H_
#include <string>