Skip to content

Commit 0292b4e

Browse files
committed
Auto merge of #3492 - asomers:13-14-typo, r=JohnTitor
Fix typos in comments These two messages got accidentally swapped in PR #2545
2 parents 6424b09 + 95fab0f commit 0292b4e

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)