commit | 0faa59bd8dde331bd405d9fa6ceaa8d74b364e93 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jan 24 00:28:58 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 24 00:28:58 2017 +0000 |
tree | e7ac226123e970e3aff5f6ffbaa43a587e9afefe | |
parent | 78c9f1ace89eef4ff61caf632a1ec005214ba4f7 [diff] | |
parent | fe00b359ecffd22ad513c583c6f9633fc321f713 [diff] |
Merge "Fixed spelling." am: fe00b359ec Change-Id: I1502f0aac3ba25f1b5f0d252fc529d8fe2107c40
diff --git a/base/include/hidl/HidlSupport.h b/base/include/hidl/HidlSupport.h index e201a1e..b9e4ffa 100644 --- a/base/include/hidl/HidlSupport.h +++ b/base/include/hidl/HidlSupport.h
@@ -88,7 +88,7 @@ *this = std::move(other); } - // assingment operators + // assignment operators hidl_handle &operator=(const hidl_handle &other) { mHandle = other.mHandle; return *this;