* iosys_map_rd_field - Read a member from a struct in the iosys_map
  *
  * @map__:             The iosys_map structure
- * @struct_offset__:   Offset from the beggining of the map, where the struct
+ * @struct_offset__:   Offset from the beginning of the map, where the struct
  *                     is located
  * @struct_type__:     The struct describing the layout of the mapping
  * @field__:           Member of the struct to read
  * iosys_map_wr_field - Write to a member of a struct in the iosys_map
  *
  * @map__:             The iosys_map structure
- * @struct_offset__:   Offset from the beggining of the map, where the struct
+ * @struct_offset__:   Offset from the beginning of the map, where the struct
  *                     is located
  * @struct_type__:     The struct describing the layout of the mapping
  * @field__:           Member of the struct to read