]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Inclusive terminology - "rule of thumb"
authorJohn Wolfe <jwolfe@vmware.com>
Wed, 12 Oct 2022 19:40:36 +0000 (12:40 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Wed, 12 Oct 2022 19:40:36 +0000 (12:40 -0700)
Update bora/lib/public/fileIO.h to use "general rule" instead
of "rule of thumb".

open-vm-tools/lib/include/fileIO.h

index ba206ab5b15891c5dbf809a8704ecad200779989..91e5d14e4e01c172b6c0f56bee4846b7f906e76f 100644 (file)
@@ -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