From a1a38741fdf676af3174ea6f465eb07da003e761 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 30 Jun 2011 16:40:50 +0000 Subject: [PATCH] Fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134167 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Frontend/PreprocessorOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Frontend/PreprocessorOptions.h b/include/clang/Frontend/PreprocessorOptions.h index 2f99aaa522..5ab4ed51d4 100644 --- a/include/clang/Frontend/PreprocessorOptions.h +++ b/include/clang/Frontend/PreprocessorOptions.h @@ -1,4 +1,4 @@ -//===--- PreprocessorOptionms.h ---------------------------------*- C++ -*-===// +//===--- PreprocessorOptions.h ----------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- 2.50.1