]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Terminology cleanup in some comments.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Jul 2021 17:37:24 +0000 (10:37 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Jul 2021 17:37:24 +0000 (10:37 -0700)
open-vm-tools/lib/file/filePosix.c
open-vm-tools/lib/include/vmci_defs.h

index c56f13650291319154eacd7d35e5c418f032c087..8cbf4153dcab9e72652276e3f220331d4124025f 100644 (file)
@@ -1234,9 +1234,9 @@ bail:
  *      Get the filesystem type number of the file system on which the
  *      given file/directory resides.
  *
- *      Caller can specify either a pathname or an already opened fd of
- *      the file/dir whose filesystem he wants to determine.
- *      'fd' takes precedence over 'pathName' so 'pathName' is used only
+ *      Callers can specify either a pathname, or an already opened fd,
+ *      of the file/dir whose filesystem they want to determine.
+ *      'fd' takes precedence over 'pathName', so 'pathName' is used only
  *      if 'fd' is -1.
  *
  * Results:
index f67ede3069191d7c00256afba55da9b0c9d748ce..8ce45b36f29c1b0dd6d7136054d117dfafe80249 100644 (file)
@@ -466,7 +466,7 @@ typedef uint32 VMCIPrivilegeFlags;
  * a line in a store, for example, you walk up to the tail.
  *
  * consumerHead: the point in the queue from which the next element is
- * dequeued.  In other words, who is next in line is he who is at the
+ * dequeued.  In other words, the next in line is the one at the
  * head of the line.
  *
  * Also, producerTail points to an empty byte in the Queue, whereas