From 5ba5e6b03b3c60ea2cfc97af8f52621204332cb2 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 21 Jul 2020 17:34:19 -0500 Subject: [PATCH] st/oxr: Fix typo --- src/xrt/state_trackers/oxr/oxr_objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). *