Trivial: fix a comment typo

This commit is contained in:
Matthias Clasen 2015-06-04 19:25:20 -04:00
parent cac0a49ca0
commit 6c43b6a21a

View File

@ -210,7 +210,7 @@ gboolean
g_unix_is_mount_path_system_internal (const char *mount_path) g_unix_is_mount_path_system_internal (const char *mount_path)
{ {
const char *ignore_mountpoints[] = { const char *ignore_mountpoints[] = {
/* Includes all FHS 2.3 toplevel dirs and other specilized /* Includes all FHS 2.3 toplevel dirs and other specialized
* directories that we want to hide from the user. * directories that we want to hide from the user.
*/ */
"/", /* we already have "Filesystem root" in Nautilus */ "/", /* we already have "Filesystem root" in Nautilus */