The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/os: Fix some it's vs its.

+5 -5
+5 -5
src/xrt/auxiliary/os/os_ble_dbus.c
··· 388 388 389 389 /*! 390 390 * Given a the first element in a array of dict, loop over them and check if 391 - * the key matches it's string value. Returns positive if a match is found, 391 + * the key matches its string value. Returns positive if a match is found, 392 392 * zero if not found and negative on failure. The argument @p out_value holds 393 393 * the value of the dict pair. 394 394 */ ··· 516 516 517 517 /*! 518 518 * Returns true if the object implements the `org.bluez.Device1` interface, 519 - * and one of it's `UUIDs` matches the given @p uuid. 519 + * and one of its `UUIDs` matches the given @p uuid. 520 520 */ 521 521 static int 522 522 device_has_uuid(const DBusMessageIter *dict, const char *uuid, const char **out_path_str) ··· 558 558 559 559 560 560 /*! 561 - * On a gatt interface object get it's Flags property and check if notify is 561 + * On a gatt interface object get its Flags property and check if notify is 562 562 * set, returns positive if it found that Flags property, zero on not finding it 563 563 * and negative on error. 564 564 */ ··· 586 586 } 587 587 588 588 /*! 589 - * On a gatt interface object get it's UUID string property, returns positive 589 + * On a gatt interface object get its UUID string property, returns positive 590 590 * if found, zero on not finding it and negative on error. 591 591 */ 592 592 static int ··· 610 610 611 611 /*! 612 612 * Returns positive value if the object implements the 613 - * `org.bluez.GattCharacteristic1` interface, it's `UUID` matches the given @p 613 + * `org.bluez.GattCharacteristic1` interface, its `UUID` matches the given @p 614 614 * uuid and has the notify flag set. 615 615 */ 616 616 static int