Docs: Typo in Trusty Reference

Bug: 27345003
Change-Id: Iee8ea7d2fd2dd0b98d17b0600b34a7db773acca0
diff --git a/src/security/trusty/trusty-ref.jd b/src/security/trusty/trusty-ref.jd
index 69d4025..722af8f 100644
--- a/src/security/trusty/trusty-ref.jd
+++ b/src/security/trusty/trusty-ref.jd
@@ -153,7 +153,7 @@
   IPC_HANDLE_POLL_READY   = 0x1,
   IPC_HANDLE_POLL_ERROR   = 0x2,
   IPC_HANDLE_POLL_HUP     = 0x4,
-  IPC_HANDLE_POLL_MSG     jjjj= 0x8,
+  IPC_HANDLE_POLL_MSG     = 0x8,
   IPC_HANDLE_POLL_SEND_UNBLOCKED = 0x10,
   … more values[TBD]
 };