Skip to content

Commit 11a8b6c

Browse files
[gardening] Daily cleanup: typos, header formatting.
1 parent 30bd7bb commit 11a8b6c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmark/scripts/compare_perf_tests.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def main():
168168
normal_perf_list) = sort_ratio_list(ratio_list, args.changes_only)
169169

170170
"""
171-
Create markdown formated table
171+
Create markdown formatted table
172172
"""
173173
test_name_width = max_width(ratio_list, title='TEST', key_len=True)
174174
new_time_width = max_width(new_results, title=new_branch)
@@ -245,7 +245,7 @@ def main():
245245
if args.format:
246246
if args.format.lower() == "html":
247247
"""
248-
Create HTML formated table
248+
Create HTML formatted table
249249
"""
250250
html_data = convert_to_html(ratio_list, old_results, new_results,
251251
delta_list, unknown_list, old_branch,

lib/IRGen/GenClass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ namespace {
169169
unsigned NumInherited = 0;
170170

171171
// Does the class metadata require dynamic initialization above and
172-
// beond what the runtime can automatically achieve?
172+
// beyond what the runtime can automatically achieve?
173173
//
174174
// This is true if the class or any of its ancestors:
175175
// - is generic,

lib/IRGen/IRGen.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ enum class SymbolReferenceKind : unsigned char {
181181
/// function (due to the THUMB bit) or unaligned data (such as a C string).
182182
///
183183
/// Generally well-suited for when the reference is always statically
184-
/// initialized but may refer to soemthing outside of the linkage unit.
184+
/// initialized but may refer to something outside of the linkage unit.
185185
Relative_Indirectable,
186186

187187
/// An indirectable reference to the object; guaranteed to be as wide

lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- FunctionSignatureOpts.cpp - Optimizes function signatures -------===//
1+
//===--- FunctionSignatureOpts.cpp - Optimizes function signatures --------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)