summaryrefslogtreecommitdiff
path: root/src/udev/dmi_memory_id
diff options
context:
space:
mode:
authorEmily Gonyer <emilyyrose@gmail.com>2021-11-12 10:09:56 -0500
committerGitHub <noreply@github.com>2021-11-12 16:09:56 +0100
commitbe7148ebed5d73c4a76bc6089ebe2e82d8fa33e0 (patch)
tree486a69329b28cd736e028c1a4f00099d8749a2ec /src/udev/dmi_memory_id
parentb0c4b2824693fe6a27ea9439ec7a6328a0e23704 (diff)
downloadsystemd-be7148ebed5d73c4a76bc6089ebe2e82d8fa33e0.tar.gz
Change gendered terms to be gender-neutral (#21325)
Some typos are also fixed.
Diffstat (limited to 'src/udev/dmi_memory_id')
-rw-r--r--src/udev/dmi_memory_id/dmi_memory_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/dmi_memory_id/dmi_memory_id.c b/src/udev/dmi_memory_id/dmi_memory_id.c
index 14b893ae8f..67861cd364 100644
--- a/src/udev/dmi_memory_id/dmi_memory_id.c
+++ b/src/udev/dmi_memory_id/dmi_memory_id.c
@@ -539,7 +539,7 @@ static void dmi_table_decode(const uint8_t *buf, size_t len, uint16_t num) {
/* If a short entry is found (less than 4 bytes), not only it
* is invalid, but we cannot reliably locate the next entry.
- * Better stop at this point, and let the user know his/her
+ * Better stop at this point, and let the user know their
* table is broken. */
if (h.length < 4)
break;