Files
allwpilib/upstream_utils/libuv_patches/0010-Remove-swearing.patch
2024-07-07 06:39:56 -07:00

37 lines
1.4 KiB
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jade Turner <spacey-sooty@proton.me>
Date: Wed, 26 Jun 2024 11:40:37 +0800
Subject: [PATCH 10/10] Remove swearing
---
src/win/fs.c | 2 +-
src/win/tty.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/win/fs.c b/src/win/fs.c
index 05488e5d67101adba611f882ded4f6dc5a462d9a..d6b2b3f1d08d846fa941942f4bb33ae2fa30e320 100644
--- a/src/win/fs.c
+++ b/src/win/fs.c
@@ -1704,7 +1704,7 @@ INLINE static int fs__stat_handle(HANDLE handle, uv_stat_t* statbuf,
* impossible to delete the file afterwards, since read-only files can't be
* deleted.
*
- * IOW it's all just a clusterfuck and we should think of something that
+ * IOW it's all just a mess and we should think of something that
* makes slightly more sense.
*
* And uv_fs_chmod should probably just fail on windows or be a total no-op.
diff --git a/src/win/tty.c b/src/win/tty.c
index 7294f311e17d5d02e5873e60f8f0cdd551f6d34d..f7d5ef6c29f97a979fb1df993b66e31830af55c4 100644
--- a/src/win/tty.c
+++ b/src/win/tty.c
@@ -1055,7 +1055,7 @@ int uv__tty_read_stop(uv_tty_t* handle) {
return 0;
if (handle->flags & UV_HANDLE_TTY_RAW) {
- /* Cancel raw read. Write some bullshit event to force the console wait to
+ /* Cancel raw read. Write some event to force the console wait to
* return. */
memset(&record, 0, sizeof record);
record.EventType = FOCUS_EVENT;