[compiler-rt] fc05b2d - [NFC][ProfileData] Improve language
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 12 02:56:32 PST 2021
Author: Vitaly Buka
Date: 2021-02-12T02:55:58-08:00
New Revision: fc05b2d9e592678899f96abd95e3f187b19b6998
URL: https://github.com/llvm/llvm-project/commit/fc05b2d9e592678899f96abd95e3f187b19b6998
DIFF: https://github.com/llvm/llvm-project/commit/fc05b2d9e592678899f96abd95e3f187b19b6998.diff
LOG: [NFC][ProfileData] Improve language
Added:
Modified:
compiler-rt/include/profile/InstrProfData.inc
llvm/include/llvm/ProfileData/InstrProfData.inc
Removed:
################################################################################
diff --git a/compiler-rt/include/profile/InstrProfData.inc b/compiler-rt/include/profile/InstrProfData.inc
index f715505ba5e1..3ee7af712872 100644
--- a/compiler-rt/include/profile/InstrProfData.inc
+++ b/compiler-rt/include/profile/InstrProfData.inc
@@ -6,15 +6,15 @@
|*
\*===----------------------------------------------------------------------===*/
/*
- * This is the master file that defines all the data structure, signature,
+ * This is the main file that defines all the data structure, signature,
* constant literals that are shared across profiling runtime library,
* compiler (instrumentation), and host tools (reader/writer). The entities
* defined in this file affect the profile runtime ABI, the raw profile format,
* or both.
*
- * The file has two identical copies. The master copy lives in LLVM and
+ * The file has two identical copies. The primary copy lives in LLVM and
* the other one sits in compiler-rt/lib/profile directory. To make changes
- * in this file, first modify the master copy and copy it over to compiler-rt.
+ * in this file, first modify the primary copy and copy it over to compiler-rt.
* Testing of any change in this file can start only after the two copies are
* synced up.
*
diff --git a/llvm/include/llvm/ProfileData/InstrProfData.inc b/llvm/include/llvm/ProfileData/InstrProfData.inc
index f715505ba5e1..3ee7af712872 100644
--- a/llvm/include/llvm/ProfileData/InstrProfData.inc
+++ b/llvm/include/llvm/ProfileData/InstrProfData.inc
@@ -6,15 +6,15 @@
|*
\*===----------------------------------------------------------------------===*/
/*
- * This is the master file that defines all the data structure, signature,
+ * This is the main file that defines all the data structure, signature,
* constant literals that are shared across profiling runtime library,
* compiler (instrumentation), and host tools (reader/writer). The entities
* defined in this file affect the profile runtime ABI, the raw profile format,
* or both.
*
- * The file has two identical copies. The master copy lives in LLVM and
+ * The file has two identical copies. The primary copy lives in LLVM and
* the other one sits in compiler-rt/lib/profile directory. To make changes
- * in this file, first modify the master copy and copy it over to compiler-rt.
+ * in this file, first modify the primary copy and copy it over to compiler-rt.
* Testing of any change in this file can start only after the two copies are
* synced up.
*
More information about the llvm-commits
mailing list