Merge "Fixed spelling." am: fe00b359ec am: 0faa59bd8d
am: 2c7b4e4db9

Change-Id: I777ecefc9c3f3b432146286be736c4c82602f7d7
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;