Skip to content
Snippets Groups Projects
Commit 6a59f9c1 authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Speling.

parent 78014f5e
No related branches found
No related tags found
No related merge requests found
...@@ -756,7 +756,7 @@ std::string stringifyPreprocSetting(const char* name, int val) { ...@@ -756,7 +756,7 @@ std::string stringifyPreprocSetting(const char* name, int val) {
FM.getDirectory(platform::GetCwd()); FM.getDirectory(platform::GetCwd());
// Build the virtual file, Give it a name that's likely not to ever // 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 char* Filename = "<<< cling interactive line includer >>>";
const FileEntry* FE = FM.getVirtualFile(Filename, 1U << 15U, time(0)); const FileEntry* FE = FM.getVirtualFile(Filename, 1U << 15U, time(0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment