svn path=/trunk/; revision=7170
* GFile *mount_root
* GFile *volume_activation_root;
*
- * mount = g_volume_get_mount (volume); // mounted, so never NULL
+ * mount = g_volume_get_mount (volume); /* mounted, so never NULL */
* mount_root = g_mount_get_root (mount);
- * volume_activation_root = g_volume_get_activation_root(volume); // assume not NULL
+ * volume_activation_root = g_volume_get_activation_root(volume); /* assume not NULL */
* </programlisting>
*
* then the expression