diff --git a/src/xrt/state_trackers/oxr/oxr_objects.h b/src/xrt/state_trackers/oxr/oxr_objects.h index 388ecd973..2893c533d 100644 --- a/src/xrt/state_trackers/oxr/oxr_objects.h +++ b/src/xrt/state_trackers/oxr/oxr_objects.h @@ -308,7 +308,7 @@ oxr_path_only_get(struct oxr_logger *log, * Get a pointer and length of the internal string. * * The pointer has the same life time as the instance. The length is the number - * of valid characters, not including the null termination character (but a + * of valid characters, not including the null termination character (but an * extra null byte is always reserved at the end so can strings can be given * to functions expecting null terminated strings). *