Skip to content

Commit f79b6ab

Browse files
author
Hongguang Chen
committed
Use more inclusive language for #inclusivefixit
Updating language to comply with Android’s inclusive language guidance. See https://source.android.com/setup/contribute/respectful-code for reference. Bug: 161896447 Test: make Change-Id: If9a382c33703c8508a8ec9b4219c487e0ff9a79d
1 parent 864a2db commit f79b6ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qemu_pipe/qemu_pipe.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ using android::base::WriteFully;
3535
#endif
3636

3737
int qemu_pipe_open(const char* pipeName) {
38-
// Sanity check.
3938
if (!pipeName) {
4039
errno = EINVAL;
4140
return -1;

0 commit comments

Comments
 (0)