summaryrefslogtreecommitdiff
path: root/gio/gvolume.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gvolume.c')
-rw-r--r--gio/gvolume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gvolume.c b/gio/gvolume.c
index 67a70a924..f97ce4c12 100644
--- a/gio/gvolume.c
+++ b/gio/gvolume.c
@@ -633,7 +633,7 @@ g_volume_enumerate_identifiers (GVolume *volume)
* then the expression
* |[<!-- language="C" -->
* (g_file_has_prefix (volume_activation_root, mount_root) ||
- g_file_equal (volume_activation_root, mount_root))
+ * g_file_equal (volume_activation_root, mount_root))
* ]|
* will always be %TRUE.
*