diff --git a/interpreter/cling/lib/Interpreter/CIFactory.cpp b/interpreter/cling/lib/Interpreter/CIFactory.cpp
index 742eddd53739155a5d409bf9c5367610d5f40497..6b28931b9c84093011e3a624b23fcf79a8a40b75 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));