Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jogi committed Feb 13, 2020
1 parent a1afb71 commit 6cadb69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public abstract class AbstractFileSystem implements FileSystem {
// "tmpfs", // Temporary file system
// NOTE: tmpfs is evaluated apart, because Linux, Solaris, FreeBSD use it for RAMdisks
"tracefs", // thin stackable file system for capturing file system traces
"usbfs" // removed in linux 3.5 but still seen in some systems
"usbfs", // removed in linux 3.5 but still seen in some systems
// FreeBSD / Solaris defines a set of virtual file systems
"procfs", // Proc file system
"devfs", // Dev temporary file system
Expand All @@ -89,7 +89,7 @@ public abstract class AbstractFileSystem implements FileSystem {
"objfs", // Object file system
"mntfs", // Mount file system
"sharefs", // Share file system
"lofs", // Library file system
"lofs" // Library file system
);

@Override
Expand Down

0 comments on commit 6cadb69

Please sign in to comment.