commit | 6ffdc2a87c22f6941705d7fef1fa260f5be494f0 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jan 23 12:34:33 2017 -0800 |
committer | Steven Moreland <smoreland@google.com> | Mon Jan 23 12:34:57 2017 -0800 |
tree | ecbf19d92de0fa3ce9d4dfc14f3856239c43dc4f | |
parent | 83d5a82a5d6dadd51fd953582be0007d29e0de05 [diff] [blame] |
Fixed spelling. Test: pass Change-Id: I05bd226a8624b080891a09c8d50983f3aa6b07c3
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;