]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Fix comment.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:21 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:21 +0000 (11:23 -0700)
open-vm-tools/lib/hgfsServer/hgfsServer.c

index cb900ce02f01d0d8aac6748013d2f258b506602f..7996c28405f3fe1b89f4028ff27b43dfd70dc4fe 100644 (file)
@@ -3966,8 +3966,8 @@ HgfsServer_ShareAccessCheck(HgfsOpenMode accessMode,  // IN: open mode to check
    /*
     * See if access is allowed in the requested mode.
     *
-    * XXX Yeah, this is retarded. We should be using bits instead of
-    * an enum for HgfsOpenMode. Add it to the todo list. [bac]
+    * XXX We should be using bits instead of an enum for HgfsOpenMode.
+    * Add it to the todo list. [bac]
     */
 
    switch (HGFS_OPEN_MODE_ACCMODE(accessMode)) {