commit | f910a6efd82c4c36f6f048678486e6467a44d589 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Aug 01 18:34:00 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 01 18:34:00 2017 +0000 |
tree | ccc6be774121d3fd7ffee2c677053d794f0a228a | |
parent | 41a206ab3ca99b3e8dda638530716ea77e4d956f [diff] | |
parent | 396f195c520a354f31a60e328cf61263e3901857 [diff] |
Fix typo in BsFoo tag comment. am: 396f195c52 Change-Id: If12053665e04d1f296cf2f994b1df2bb685761bc
diff --git a/base/include/hidl/HidlInternal.h b/base/include/hidl/HidlInternal.h index 9b9457f..d81dd9c 100644 --- a/base/include/hidl/HidlInternal.h +++ b/base/include/hidl/HidlInternal.h
@@ -37,7 +37,7 @@ // tag for proxy interfaces (e.x. BpHwFoo) struct bphw_tag {}; -// tag for server interfaces (e.x. BsFoo) +// tag for passthrough interfaces (e.x. BsFoo) struct bs_tag {}; //Templated classes can use the below method