fix various typos in doc comments

This commit is contained in:
Andy Russell 2018-11-12 13:05:20 -05:00
parent 0195812aea
commit 4e35cbb22e
No known key found for this signature in database
GPG key ID: BE2221033EDBC374
49 changed files with 68 additions and 68 deletions

View file

@ -38,7 +38,7 @@ struct SccData<S: Idx> {
/// successors can be found.
ranges: IndexVec<S, Range<usize>>,
/// Contains the succcessors for all the Sccs, concatenated. The
/// Contains the successors for all the Sccs, concatenated. The
/// range of indices corresponding to a given SCC is found in its
/// SccData.
all_successors: Vec<S>,