commit | fe00b359ecffd22ad513c583c6f9633fc321f713 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jan 24 00:22:16 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 24 00:22:18 2017 +0000 |
tree | e7ac226123e970e3aff5f6ffbaa43a587e9afefe | |
parent | 6cae1a909a02e69b63c7a661b26f58e89ee64e33 [diff] | |
parent | 6ffdc2a87c22f6941705d7fef1fa260f5be494f0 [diff] |
Merge "Fixed spelling."
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;