diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2011-06-30 16:40:50 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-06-30 16:40:50 +0000 |
commit | a1a38741fdf676af3174ea6f465eb07da003e761 (patch) | |
tree | 43cb48f5a46a02d4b1e8a3a9bb34135cd7fbedd4 /include/clang/Frontend/PreprocessorOptions.h | |
parent | 62273f91b69f0f6586a00491751057c4173b893c (diff) |
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/PreprocessorOptions.h')
-rw-r--r-- | include/clang/Frontend/PreprocessorOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 // |