diff --git a/clang-tools-extra/clangd/Protocol.h b/clang-tools-extra/clangd/Protocol.h --- a/clang-tools-extra/clangd/Protocol.h +++ b/clang-tools-extra/clangd/Protocol.h @@ -138,7 +138,7 @@ /// identifier is sent from the server to the client and the file is not open /// in the editor (the server has not received an open notification before) /// the server can send `null` to indicate that the version is known and the - /// content on disk is the master (as speced with document content ownership). + /// content on disk is the main (as speced with document content ownership). /// /// The version number of a document will increase after each change, /// including undo/redo. The number doesn't need to be consecutive. diff --git a/clang-tools-extra/test/modularize/SubModule2.h b/clang-tools-extra/test/modularize/SubModule2.h --- a/clang-tools-extra/test/modularize/SubModule2.h +++ b/clang-tools-extra/test/modularize/SubModule2.h @@ -1,3 +1,3 @@ -// SubModule2.h - Master header with same name as directory. +// SubModule2.h - Main header with same name as directory. #include "SubModule2/Header3.h" #include "SubModule2/Header4.h"