From 6b61602bc7695d40b3c4d09032be1ca1dd0b3c31 Mon Sep 17 00:00:00 2001
From: Nate Begeman <natebegeman@mac.com>
Date: Mon, 7 Jan 2008 04:01:26 +0000
Subject: [PATCH] Fix typo

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45682 91177308-0d34-0410-b5e6-96231b3b80d8
---
 Lex/Preprocessor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Lex/Preprocessor.cpp b/Lex/Preprocessor.cpp
index c0dde238674..baabd8ee00b 100644
--- a/Lex/Preprocessor.cpp
+++ b/Lex/Preprocessor.cpp
@@ -430,7 +430,7 @@ static void InitializePredefinedMacros(Preprocessor &PP,
 
 
 /// EnterMainSourceFile - Enter the specified FileID as the main source file,
-/// which implicitly adds the builting defines etc.
+/// which implicitly adds the builtin defines etc.
 void Preprocessor::EnterMainSourceFile() {
   
   unsigned MainFileID = SourceMgr.getMainFileID();
-- 
GitLab