context_hub: Fix typo in field name.
Change-Id: I25bb98bfb9ebd0f550db47cef39a08411772c578
diff --git a/include/hardware/context_hub.h b/include/hardware/context_hub.h
index f026b08..aa7e253 100644
--- a/include/hardware/context_hub.h
+++ b/include/hardware/context_hub.h
@@ -153,9 +153,9 @@
const char *name; // Identifier eg: "Bosch BMI160"
const char *vendor; // Vendor : eg "STM"
uint32_t version; // Version : eg 0x1001
- uint32_t fifo_reserverd_count; // Batching possible in hardware. Please
+ uint32_t fifo_reserved_count; // Batching possible in hardware. Please
// note that here hardware does not include
- // the context hub itslef. Thus, this
+ // the context hub itself. Thus, this
// definition may be different from say the
// number advertised in the sensors HAL
// which allows for batching in a hub.