diff options
author | 2019-06-21 14:55:50 -0700 | |
---|---|---|
committer | 2019-06-21 14:56:42 -0700 | |
commit | 2382d319f24c4836f8d696820773e732f6a6654d (patch) | |
tree | f52b98a09a136961169e4c839fa5a909c7a01b70 | |
parent | 036b111df5e0f73236a6abe8d59aae0ea28d217d (diff) |
Brace Yourselves, R is Coming.
Bug: none
Test: echo 'in TreeHugger we trust!'
Change-Id: I21d6b0dab95170093de5d725b170916ca7ca0a9c
-rw-r--r-- | cmds/lshal/DebugCommand.cpp | 3 |
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 - |