Skip to content

Commit

Permalink
[NFC][clang-tools-extra] Inclusive language: replace master with main
Browse files Browse the repository at this point in the history
[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `SubModule2.h`.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D114100
  • Loading branch information
Quinn Pham authored and Quinn Pham committed Nov 25, 2021
1 parent bfd5dd1 commit c3dc6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"

0 comments on commit c3dc6b0

Please sign in to comment.