Skip to content

Commit db4562f

Browse files
Mottlyouknowone
authored andcommitted
Fixes a typo
1 parent 3fd0382 commit db4562f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/src/resource.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mod resource {
5353
#[pyattr]
5454
use libc::RLIMIT_VMEM;
5555

56-
#[cfg(any(target_os = "linux", target_os = "emscripten", target_os = "freebds"))]
56+
#[cfg(any(target_os = "linux", target_os = "emscripten", target_os = "freebsd"))]
5757
#[pyattr]
5858
use libc::RUSAGE_THREAD;
5959
#[cfg(not(any(target_os = "windows", target_os = "redox")))]

0 commit comments

Comments
 (0)