···388388389389/*!
390390 * Given a the first element in a array of dict, loop over them and check if
391391- * the key matches it's string value. Returns positive if a match is found,
391391+ * the key matches its string value. Returns positive if a match is found,
392392 * zero if not found and negative on failure. The argument @p out_value holds
393393 * the value of the dict pair.
394394 */
···516516517517/*!
518518 * Returns true if the object implements the `org.bluez.Device1` interface,
519519- * and one of it's `UUIDs` matches the given @p uuid.
519519+ * and one of its `UUIDs` matches the given @p uuid.
520520 */
521521static int
522522device_has_uuid(const DBusMessageIter *dict, const char *uuid, const char **out_path_str)
···558558559559560560/*!
561561- * On a gatt interface object get it's Flags property and check if notify is
561561+ * On a gatt interface object get its Flags property and check if notify is
562562 * set, returns positive if it found that Flags property, zero on not finding it
563563 * and negative on error.
564564 */
···586586}
587587588588/*!
589589- * On a gatt interface object get it's UUID string property, returns positive
589589+ * On a gatt interface object get its UUID string property, returns positive
590590 * if found, zero on not finding it and negative on error.
591591 */
592592static int
···610610611611/*!
612612 * Returns positive value if the object implements the
613613- * `org.bluez.GattCharacteristic1` interface, it's `UUID` matches the given @p
613613+ * `org.bluez.GattCharacteristic1` interface, its `UUID` matches the given @p
614614 * uuid and has the notify flag set.
615615 */
616616static int