commit | 2c7b4e4db94779e31ad474147a698fe2a53705d1 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jan 24 00:31:30 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 24 00:31:30 2017 +0000 |
tree | e7ac226123e970e3aff5f6ffbaa43a587e9afefe | |
parent | 886810f91d3d7965d63222918f5b66f99c7ec442 [diff] | |
parent | 0faa59bd8dde331bd405d9fa6ceaa8d74b364e93 [diff] |
Merge "Fixed spelling." am: fe00b359ec am: 0faa59bd8d Change-Id: I1cabd31edef4e2e9cf1550e5936bdc952a677e5c
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;