]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Fix comments
authorYiwen Zhang <yizhang@vmware.com>
Mon, 18 Aug 2008 10:46:41 +0000 (18:46 +0800)
committerAdar Dembo <adar@vmware.com>
Thu, 18 Sep 2008 01:46:00 +0000 (18:46 -0700)
 Fix comments' format to conform to vmware code style.

open-vm-tools/toolbox/toolboxRecord.c
open-vm-tools/toolbox/toolboxcmd-record.c

index 87cd33155d5665bcef0017d0a8dac79c995b9136..aa6b051fb979e5878ae4b53704898e452526f9be 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2005 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008 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
index 695b9ed780ce229d34224cf04b802e4d6b921741..7ebd2d34c65b8c42a6e3d35100b515ff220c6cb5 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2005 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008 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
@@ -32,7 +32,7 @@
  *      Start recording proccess. 
  *
  * Results:
- *      TRUE if the call is successful.
+ *      TRUE if the call is successful, FALSE otherwise.
  *
  * Side effects:
  *      Host VMware product starts recording this vm.
@@ -54,7 +54,7 @@ Record_StartRecording(void)
  *      Stop recording proccess, 
  *
  * Results:
- *      TRUE if the call is successful.
+ *      TRUE if the call is successful, FALSE otherwise.
  *
  * Side effects:
  *      Host VMware product stops recording this vm.