diff options
| author | David Rowley | 2025-01-01 23:42:01 +0000 |
|---|---|---|
| committer | David Rowley | 2025-01-01 23:42:01 +0000 |
| commit | 11012c503759f8018d8831bc6eb1f998eba7ad25 (patch) | |
| tree | 4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/include/jit | |
| parent | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff) | |
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
Diffstat (limited to 'src/include/jit')
| -rw-r--r-- | src/include/jit/SectionMemoryManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/jit/SectionMemoryManager.h b/src/include/jit/SectionMemoryManager.h index 93cf9771570..69e4d66e5ee 100644 --- a/src/include/jit/SectionMemoryManager.h +++ b/src/include/jit/SectionMemoryManager.h @@ -153,7 +153,7 @@ public: /// a default alignment of 16 will be used. uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, - bool isReadOnly) override; + bool IsReadOnly) override; /// Update section-specific memory permissions and other attributes. /// |
