Skip to content

Commit 4365005

Browse files
Fix typo in emit_streaming_guard_run_lines description.
1 parent 0269a02 commit 4365005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/utils/aarch64_builtins_test_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def make_filename(prefix: str, ctx: BuiltinContext, ext: str) -> str:
243243

244244

245245
def emit_streaming_guard_run_lines(ctx: BuiltinContext) -> str:
246-
"""Emit lit RUN lines that will exercise the relevent Sema diagnistics."""
246+
"""Emit lit RUN lines that will exercise the relevant Sema diagnistics."""
247247
run_prefix = "// RUN: %clang_cc1 %s -fsyntax-only -triple aarch64-none-linux-gnu"
248248
out: List[str] = []
249249

0 commit comments

Comments
 (0)