Skip to content

Commit bdaf9d5

Browse files
authored
Merge pull request #440 from billiob/typo
Fix typo in comment
2 parents 15950ba + da445b9 commit bdaf9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ fn main() {
417417
// [3]: https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sys/eventfd.h;h=6295f32e937e779e74318eb9d3bdbe76aef8a8f3;hb=4e42b5b8f89f0e288e68be7ad70f9525aebc2cff#l34
418418
"eventfd" if linux => true,
419419

420-
// The `uname` funcion in freebsd is now an inline wrapper that
420+
// The `uname` function in freebsd is now an inline wrapper that
421421
// delegates to another, but the symbol still exists, so don't check
422422
// the symbol.
423423
"uname" if freebsd => true,

0 commit comments

Comments
 (0)