]> arthur.barton.de Git - netatalk.git/commitdiff
Fixed a C++ style comment. Pointed out by Robert Cohen
authorsrittau <srittau>
Wed, 10 Oct 2001 16:05:37 +0000 (16:05 +0000)
committersrittau <srittau>
Wed, 10 Oct 2001 16:05:37 +0000 (16:05 +0000)
<robert.cohen@anu.edu.au>.

etc/afpd/unix.c

index 3ee23835b80cf5c0acec469199e0616688ea6eb0..de2c452dbadc860c3df9d5c360d99b959bcad97a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.c,v 1.22 2001-10-09 04:03:33 jmarcus Exp $
+ * $Id: unix.c,v 1.23 2001-10-10 16:05:37 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -89,7 +89,7 @@ int ustatfs_getvolspace( vol, bfree, btotal, bsize )
       ( sfs.f_blocks - ( sfs.f_bfree - sfs.f_bavail ));
 #endif /* ultrix */
 
-    // see similar block above comments
+    /* see similar block above comments */
     if ( *btotal > maxVolSpace / *bsize ) {
         *btotal = maxVolSpace;
     } else {