summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Felipe Leme <felipeal@google.com> 2019-06-24 16:19:20 -0700
committer android-build-merger <android-build-merger@google.com> 2019-06-24 16:19:20 -0700
commit5fdcc1910cf01a5fda66d78ec8de0addc8b25c36 (patch)
tree077bc9a9a47d22bc26b2f67002245b4e18f1efb5
parent52517afa6c6e24fdf8aab6e47706496900b2b806 (diff)
parent80b4d0a434b17ee40909aeefb0e9ff29a2719a1e (diff)
Merge "Brace Yourselves, R is Coming."
am: 80b4d0a434 Change-Id: Ic05568cb1f6616b9bdb0681274980cd6568e0d8e
-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
-