summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Felipe Leme <felipeal@google.com> 2019-06-24 16:43:06 -0700
committer android-build-merger <android-build-merger@google.com> 2019-06-24 16:43:06 -0700
commit5938c94cb1ff62f374edd8cf96f80ee9307e4bbc (patch)
treef42fa429bebfd41588a9b54ede2f878bdc45efb3
parentbb0ec4728e55449a4df03a837cdd0e5bdda9c0ef (diff)
parent502467f227873c7c5b721af83536e302329d371c (diff)
Merge "Brace Yourselves, R is Coming." am: 80b4d0a434 am: 5fdcc1910c am: f4559cc026
am: 502467f227 Change-Id: Ie95bee2782609147241c57806a9e00c3309344ad
-rw-r--r--cmds/lshal/DebugCommand.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmds/lshal/DebugCommand.cpp b/cmds/lshal/DebugCommand.cpp
index 0952db6e72..af22ac9b3d 100644
--- a/cmds/lshal/DebugCommand.cpp
+++ b/cmds/lshal/DebugCommand.cpp
@@ -79,7 +79,7 @@ void DebugCommand::usage() const {
" lshal debug [-E] <interface> [options [options [...]]] \n"
" Print debug information of a specified interface.\n"
" -E: excludes debug output if HAL is actually a subclass.\n"
- " <inteface>: Format is `android.hardware.foo@1.0::IFoo/default`.\n"
+ " <interface>: Format is `android.hardware.foo@1.0::IFoo/default`.\n"
" If instance name is missing `default` is used.\n"
" options: space separated options to IBase::debug.\n";
@@ -88,4 +88,3 @@ void DebugCommand::usage() const {
} // namespace lshal
} // namespace android
-