summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2024-09-27 11:34:36 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2024-09-27 11:34:36 +0000
commit0a9573b53b6c8eae56c56cf3b06199eb5ae5afc3 (patch)
tree405c42f85ce198449e0caffdfdf6115829f06900
parent0012d1921dfa03b6d57eadac444987f52cde0584 (diff)
parent095fd5a06b13999b9af329b6143a00f1f9814127 (diff)
Merge branch 'wip/lantw/tests-FreeBSD-doesn't-use-glibc' into 'main'
tests: FreeBSD doesn't use glibc See merge request GNOME/glib!4310
-rw-r--r--gio/tests/cancellable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/tests/cancellable.c b/gio/tests/cancellable.c
index 5379812d7..fa84e2e2c 100644
--- a/gio/tests/cancellable.c
+++ b/gio/tests/cancellable.c
@@ -531,7 +531,7 @@ test_cancellable_disconnect_on_cancelled_callback_hangs (void)
}
/* Run the test in a subprocess. While we can get away with deadlocking a
- * specific thread on Linux, the glibc on FreeBSD manages to detect the
+ * specific thread on Linux, the libc on FreeBSD manages to detect the
* deadlock and aborts the whole test process. */
if (!g_test_subprocess ())
{
@@ -626,7 +626,7 @@ test_cancellable_reset_on_cancelled_callback_hangs (void)
}
/* Run the test in a subprocess. While we can get away with deadlocking a
- * specific thread on Linux, the glibc on FreeBSD manages to detect the
+ * specific thread on Linux, the libc on FreeBSD manages to detect the
* deadlock and aborts the whole test process. */
if (!g_test_subprocess ())
{