From 7ac0e26580dcc2e2e1311ab16fb937da2a2e4e72 Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Wed, 12 Oct 2022 12:40:36 -0700 Subject: [PATCH] Inclusive terminology - "rule of thumb" Update bora/lib/public/fileIO.h to use "general rule" instead of "rule of thumb". --- open-vm-tools/lib/include/fileIO.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-vm-tools/lib/include/fileIO.h b/open-vm-tools/lib/include/fileIO.h index ba206ab5b..91e5d14e4 100644 --- a/open-vm-tools/lib/include/fileIO.h +++ b/open-vm-tools/lib/include/fileIO.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2018,2021 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2018, 2021-2022 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -208,7 +208,7 @@ typedef enum { /* * OPTIMISTIC is an alternative to EXCLUSIVE and MANDATORY. It applies * only on ESX, and gives VMkernel permission to use a type of lock - * called "optimistic" to speed up opens. Rule-of-thumb is to use it + * called "optimistic" to speed up opens. A general guideline is to use it * only for read-only opens of small files (< 1KB). */ #define FILEIO_OPEN_OPTIMISTIC_LOCK (1 << 22) // 0x00400000 -- 2.47.3