From: Chandler Carruth Date: Wed, 20 Jan 2010 07:43:54 +0000 (+0000) Subject: Fix a typo pointed about by gabor. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb26025575421f179020b812c4e9e958812a3dee;p=clang Fix a typo pointed about by gabor. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93997 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/MacroBuilder.h b/include/clang/Basic/MacroBuilder.h index e46f424835..3287b304c9 100644 --- a/include/clang/Basic/MacroBuilder.h +++ b/include/clang/Basic/MacroBuilder.h @@ -1,4 +1,4 @@ -//===--- MacroBuilder.h - CPP Macro building utilitiy -----------*- C++ -*-===// +//===--- MacroBuilder.h - CPP Macro building utility ------------*- C++ -*-===// // // The LLVM Compiler Infrastructure //