summaryrefslogtreecommitdiff
path: root/adb/adb_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb_utils.h')
-rw-r--r--adb/adb_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb_utils.h b/adb/adb_utils.h
index 66cba121b..e72d8b6f8 100644
--- a/adb/adb_utils.h
+++ b/adb/adb_utils.h
@@ -55,7 +55,7 @@ std::string perror_str(const char* msg);
bool set_file_block_mode(borrowed_fd fd, bool block);
-// Given forward/reverse targets, returns true if they look sane. If an error is found, fills
+// Given forward/reverse targets, returns true if they look valid. If an error is found, fills
// |error| and returns false.
// Currently this only checks "tcp:" targets. Additional checking could be added for other targets
// if needed.