From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:21 +0000 (-0700) Subject: Fix comment. X-Git-Tag: stable-10.2.0~376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=847f522f678d7ae4a894eed5dcaee0504ff2044c;p=thirdparty%2Fopen-vm-tools.git Fix comment. --- diff --git a/open-vm-tools/lib/hgfsServer/hgfsServer.c b/open-vm-tools/lib/hgfsServer/hgfsServer.c index cb900ce02..7996c2840 100644 --- a/open-vm-tools/lib/hgfsServer/hgfsServer.c +++ b/open-vm-tools/lib/hgfsServer/hgfsServer.c @@ -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)) {