summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-07-28 05:37:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-28 05:37:15 +0000
commitd3ceaa5146df894e23b0dcd7308941c42594933e (patch)
tree39634141bb54bbb370ff2977298294da33b1da8c
parentac8104b4465985ff2c1e31a208ca54110ddac75f (diff)
parent4b1a1d398b532378a04ae2e2d081ce6b8fca5358 (diff)
downloadmclinker-d3ceaa5146df894e23b0dcd7308941c42594933e.tar.gz
Merge "Update language to comply with Android's inclusive language guidance" am: a4d0f51e53 am: abbecb888a am: c9328b7e6e am: 4b1a1d398b
Original change: https://android-review.googlesource.com/c/platform/frameworks/compile/mclinker/+/1373943 Change-Id: I8918162198cc4cb1c2bb1dca60fc11092f5180b9
-rw-r--r--include/mcld/IRBuilder.h3
-rw-r--r--unittests/test3.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/mcld/IRBuilder.h b/include/mcld/IRBuilder.h
index e613dac..9dfb269 100644
--- a/include/mcld/IRBuilder.h
+++ b/include/mcld/IRBuilder.h
@@ -417,8 +417,7 @@ class IRBuilder {
///
/// - Unresolve
/// - Forcefully override the symbol in mcld::Module. With this
- /// argument, AddSymbol function turns a blind eye to symbol
- /// resolution rules.
+ /// argument, AddSymbol function ignores symbol resolution rules.
///
/// @param [in] pName The name of the symbol
/// @param [in] pType The type of the symbol
diff --git a/unittests/test3.txt b/unittests/test3.txt
index 0b4a379..02ee3fb 100644
--- a/unittests/test3.txt
+++ b/unittests/test3.txt
@@ -165,7 +165,7 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
$(MAKE) distclean
# Kludge for pr gdb/857. intl/Makefile.in lacks a couple
# of files in the distclean rule. Zack W is planning to make
- # the gcc version of intl/ the master version and then push
+ # the gcc version of intl/ the primary version and then push
# that version to src soon. See:
# http://sources.redhat.com/ml/binutils/2003-07/msg00032.html
# After the src version of intl/ is upgraded, we can look at