commit | 396f195c520a354f31a60e328cf61263e3901857 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jul 31 18:44:51 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Aug 01 01:46:33 2017 +0000 |
tree | 34aa1a431d29fe43477f99cc369cc37ad75dd442 | |
parent | 1b8051072b233b3d18ee8511808cde9b700c0051 [diff] [blame] |
Fix typo in BsFoo tag comment. Test: pass Change-Id: I0bd72bac6f64edca993ee8f2012247fd6da31884
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