From 617a704b29562f1e5ca2564a2971966e9bc8c7b1 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Mon, 4 Dec 2023 11:54:01 -0600 Subject: [PATCH] xrt: Fix comment typo --- src/xrt/include/xrt/xrt_defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrt/include/xrt/xrt_defines.h b/src/xrt/include/xrt/xrt_defines.h index 0be8429c6..8da1f2da6 100644 --- a/src/xrt/include/xrt/xrt_defines.h +++ b/src/xrt/include/xrt/xrt_defines.h @@ -69,9 +69,9 @@ struct xrt_luid typedef struct xrt_luid xrt_luid_t; /*! - * A limited unique id, it's only unique for the process it's in so must not be + * A limited unique id, it is only unique for the process it is in, so must not be * used or synchronized across process boundaries. A value of zero is invalid - * and means it hasn't be properly initialised. + * and means it has not be properly initialised. * * @ingroup xrt_iface */