mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Spelling dependencyscan (#42519)
* spelling: consist Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: cross Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: diagnose Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: distinguished Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: dummy Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: expect Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: individual Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: invoke Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: occurrences Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: parsed Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: retrieving Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: specific Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: underlying Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ using ContextHashField = IdentifierIDField;
|
||||
/// A bit that indicates whether or not a module is a framework
|
||||
using IsFrameworkField = BCFixed<1>;
|
||||
|
||||
/// Arrays of various identifiers, distinguised for readability
|
||||
/// Arrays of various identifiers, distinguished for readability
|
||||
using IdentifierIDArryField = llvm::BCArray<IdentifierIDField>;
|
||||
|
||||
/// Identifiers used to refer to the above arrays
|
||||
@@ -102,7 +102,7 @@ using IdentifierNodeLayout = BCRecordLayout<IDENTIFIER_NODE, BCBlob>;
|
||||
//
|
||||
// These arrays are also referenced by their sequence number,
|
||||
// starting from 1, similar to identifiers above. Value 0 indicates an
|
||||
// empty array. This record is used because individiual array fields must
|
||||
// empty array. This record is used because individual array fields must
|
||||
// appear as the last field of whatever record they belong to, and several of
|
||||
// the below record layouts contain multiple arrays.
|
||||
using IdentifierArrayLayout =
|
||||
|
||||
Reference in New Issue
Block a user