]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Adjust sensitive terms
authorWang Xiang W <xiang.w.wang@intel.com>
Thu, 19 Nov 2020 14:25:21 +0000 (14:25 +0000)
committerKonstantinos Margaritis <markos@users.noreply.github.com>
Mon, 25 Jan 2021 12:13:13 +0000 (14:13 +0200)
doc/dev-reference/chimera.rst
doc/dev-reference/runtime.rst
src/rose/rose_build_groups.cpp

index 883cb5a0aefc2b0d5ebee0cd234cc8defcb1a01d..d35b116f5b1e461a81bb17d314b8378cb5f3de38 100644 (file)
@@ -212,7 +212,7 @@ space is required for that context.
 In the absence of recursive scanning, only one such space is required per thread
 and can (and indeed should) be allocated before data scanning is to commence.
 
-In a scenario where a set of expressions are compiled by a single "master"
+In a scenario where a set of expressions are compiled by a single "main"
 thread and data will be scanned by multiple "worker" threads, the convenience
 function :c:func:`ch_clone_scratch` allows multiple copies of an existing
 scratch space to be made for each thread (rather than forcing the caller to pass
index d64ec540d993ac37966a0b0769c1cc24001b4060..396521c94cc3ba467a6836d910b09e009834829e 100644 (file)
@@ -178,7 +178,7 @@ space is required for that context.
 In the absence of recursive scanning, only one such space is required per thread
 and can (and indeed should) be allocated before data scanning is to commence.
 
-In a scenario where a set of expressions are compiled by a single "master"
+In a scenario where a set of expressions are compiled by a single "main"
 thread and data will be scanned by multiple "worker" threads, the convenience
 function :c:func:`hs_clone_scratch` allows multiple copies of an existing
 scratch space to be made for each thread (rather than forcing the caller to pass
index c670e60334125919a0c84564b561c58da816f2e4..209889e558bb419b550cddc3caacd3f6abd98b0b 100644 (file)
@@ -96,7 +96,7 @@ bool eligibleForAlwaysOnGroup(const RoseBuildImpl &build, u32 id) {
 static
 bool requires_group_assignment(const rose_literal_id &lit,
                                const rose_literal_info &info) {
-    if (lit.delay) { /* we will check the shadow's master */
+    if (lit.delay) { /* we will check the shadow's leader */
         return false;
     }