Skip to content

Commit

Permalink
fix typos in comments
Browse files Browse the repository at this point in the history
These two messages got accidentally swapped in PR rust-lang#2545
  • Loading branch information
asomers committed Dec 23, 2023
1 parent 42a7ec1 commit 95fab0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
@@ -1,4 +1,4 @@
// APIs in FreeBSD 14 that have changed since 11.
// APIs in FreeBSD 13 that have changed since 11.

pub type nlink_t = u64;
pub type dev_t = u64;
Expand Down
2 changes: 1 addition & 1 deletion src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs
@@ -1,4 +1,4 @@
// APIs in FreeBSD 13 that have changed since 11.
// APIs in FreeBSD 14 that have changed since 11.

pub type nlink_t = u64;
pub type dev_t = u64;
Expand Down

0 comments on commit 95fab0f

Please sign in to comment.