[cfe-commits] r66613 - /cfe/trunk/include/clang/Driver/HostInfo.h
Daniel Dunbar
daniel at zuster.org
Tue Mar 10 17:06:15 PDT 2009
Author: ddunbar
Date: Tue Mar 10 19:06:15 2009
New Revision: 66613
URL: http://llvm.org/viewvc/llvm-project?rev=66613&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/include/clang/Driver/HostInfo.h
Modified: cfe/trunk/include/clang/Driver/HostInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/HostInfo.h?rev=66613&r1=66612&r2=66613&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/HostInfo.h (original)
+++ cfe/trunk/include/clang/Driver/HostInfo.h Tue Mar 10 19:06:15 2009
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-#ifndef CLANG_DRIVER_HOSTINFO,_H_
+#ifndef CLANG_DRIVER_HOSTINFO_H_
#define CLANG_DRIVER_HOSTINFO_H_
#include <string>
More information about the cfe-commits
mailing list