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;