Skip to content

Commit b014a06

Browse files
committed
Typo
1 parent 6e2ac19 commit b014a06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/commons/io/FileSystem.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public enum FileSystem {
3535
LINUX(255, 4096, new char[] {
3636
// KEEP THIS ARRAY SORTED!
3737
// @formatter:off
38-
// ASCII NULL
38+
// ASCII NUL
3939
0,
4040
'/'
4141
// @formatter:on
@@ -44,7 +44,7 @@ public enum FileSystem {
4444
MAC_OSX(255, 1024, new char[] {
4545
// KEEP THIS ARRAY SORTED!
4646
// @formatter:off
47-
// ASCII NULL
47+
// ASCII NUL
4848
0,
4949
'/',
5050
':'
@@ -56,7 +56,7 @@ public enum FileSystem {
5656
WINDOWS(255, 32000, new char[] {
5757
// KEEP THIS ARRAY SORTED!
5858
// @formatter:off
59-
// ASCII NULL
59+
// ASCII NUL
6060
0,
6161
// 1-31 may be allowed in file streams
6262
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,

0 commit comments

Comments
 (0)