From 6a59f9c1a3bf72a515de5dcbd8c70c95e6bc20ef Mon Sep 17 00:00:00 2001 From: Bertrand Bellenot <Bertrand.Bellenot@cern.ch> Date: Mon, 19 Dec 2016 11:57:06 +0100 Subject: [PATCH] Speling. --- interpreter/cling/lib/Interpreter/CIFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreter/cling/lib/Interpreter/CIFactory.cpp b/interpreter/cling/lib/Interpreter/CIFactory.cpp index 742eddd5373..6b28931b9c8 100644 --- a/interpreter/cling/lib/Interpreter/CIFactory.cpp +++ b/interpreter/cling/lib/Interpreter/CIFactory.cpp @@ -756,7 +756,7 @@ std::string stringifyPreprocSetting(const char* name, int val) { FM.getDirectory(platform::GetCwd()); // Build the virtual file, Give it a name that's likely not to ever - // be #included (so we won't get a clash in clangs cache). + // be #included (so we won't get a clash in clang's cache). const char* Filename = "<<< cling interactive line includer >>>"; const FileEntry* FE = FM.getVirtualFile(Filename, 1U << 15U, time(0)); -- GitLab