std: fix a bunch of typos
The majority of these are in comments, some in doc comments which might affect the generated documentation, and a few in parameter names - nothing that should be breaking, however.
This commit is contained in:
committed by
Andrew Kelley
parent
ec6ffaa1e4
commit
94e30a756e
@@ -37,7 +37,7 @@ result_duration_ns: ?u64,
|
||||
result_peak_rss: usize,
|
||||
test_results: TestResults,
|
||||
|
||||
/// The return addresss associated with creation of this step that can be useful
|
||||
/// The return address associated with creation of this step that can be useful
|
||||
/// to print along with debugging messages.
|
||||
debug_stack_trace: [n_debug_stack_frames]usize,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user