Skip to content

Commit 95fab0f

Browse files
committed
fix typos in comments
These two messages got accidentally swapped in PR #2545
1 parent 42a7ec1 commit 95fab0f

File tree

2 files changed

+2
-2
lines changed
  • src/unix/bsd/freebsdlike/freebsd

2 files changed

+2
-2
lines changed

src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// APIs in FreeBSD 14 that have changed since 11.
1+
// APIs in FreeBSD 13 that have changed since 11.
22

33
pub type nlink_t = u64;
44
pub type dev_t = u64;

src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// APIs in FreeBSD 13 that have changed since 11.
1+
// APIs in FreeBSD 14 that have changed since 11.
22

33
pub type nlink_t = u64;
44
pub type dev_t = u64;

0 commit comments

Comments
 (0)