Skip to content

Commit

Permalink
Auto merge of #3492 - asomers:13-14-typo, r=JohnTitor
Browse files Browse the repository at this point in the history
Fix typos in comments

These two messages got accidentally swapped in PR #2545
  • Loading branch information
bors committed Dec 23, 2023
2 parents 6424b09 + 95fab0f commit 0292b4e
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 0292b4e

Please sign in to comment.