[NFC][gn build] Inclusive language: replace master with main in sync_source_lists_from_cmake.py

[NFC] As part of using inclusive language within the llvm project and to
match the renamed master branch, this patch replaces master with main in
sync_source_lists_from_cmake.py.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D113926
This commit is contained in:
Quinn Pham 2021-11-15 13:06:23 -06:00
parent 649d953716
commit 76313f8ec9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ binaries have corresponding BUILD.gn files.
If --write is passed, tries to write modified .gn files and adds one git
commit for each cmake commit this merges. If an error is reported, the state
of HEAD is unspecified; run `git reset --hard origin/master` if this happens.
of HEAD is unspecified; run `git reset --hard origin/main` if this happens.
"""
from __future__ import print_function