[cfe-commits] r134167 - /cfe/trunk/include/clang/Frontend/PreprocessorOptions.h
Peter Collingbourne
peter at pcc.me.uk
Thu Jun 30 09:40:50 PDT 2011
Author: pcc
Date: Thu Jun 30 11:40:50 2011
New Revision: 134167
URL: http://llvm.org/viewvc/llvm-project?rev=134167&view=rev
Log:
Fix typo
Modified:
cfe/trunk/include/clang/Frontend/PreprocessorOptions.h
Modified: cfe/trunk/include/clang/Frontend/PreprocessorOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/PreprocessorOptions.h?rev=134167&r1=134166&r2=134167&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/PreprocessorOptions.h (original)
+++ cfe/trunk/include/clang/Frontend/PreprocessorOptions.h Thu Jun 30 11:40:50 2011
@@ -1,4 +1,4 @@
-//===--- PreprocessorOptionms.h ---------------------------------*- C++ -*-===//
+//===--- PreprocessorOptions.h ----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list