[PATCH] D130827: [clang] Fixed a number of typos
H. Vetinari via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 1 23:19:15 PDT 2022
h-vetinari added a comment.
Thanks for chasing these down!
================
Comment at: clang/include/clang/Basic/SourceManager.h:1922
+/// SourceManager and necessary dependencies (e.g. VFS, FileManager) for a
+/// single in-memorty file.
class SourceManagerForFile {
----------------
Even though that line was touched, "in-memorty" seems to have managed to stay under the radar. One for the next round. ;-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130827/new/
https://reviews.llvm.org/D130827
More information about the cfe-commits
mailing list