Skip to content

Commit

Permalink
nfs4: fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Dec 8, 2020
1 parent b4af4c3 commit ac82ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/dcache/nfs/v4/xdr/bitmap4.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static bitmap4 of(int ... values) {
}

/*
* ceate a bitmap to hold values
* create a bitmap to hold values
*/
int n = max/Integer.SIZE + 1;
bitmap4 bitmap = new bitmap4(new int[n]);
Expand Down

0 comments on commit ac82ca1

Please sign in to comment.