Skip to content

Commit 9583d9b

Browse files
committed
spelling: trivia
Signed-off-by: Josh Soref <[email protected]>
1 parent 72a46e4 commit 9583d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/class/type-classification-non-trivial-irgen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swiftxx-frontend -I %S/Inputs %s -emit-ir | %FileCheck %s
22

3-
// Verify that non-trival/address-only C++ classes are constructed and accessed
3+
// Verify that non-trivial/address-only C++ classes are constructed and accessed
44
// correctly. Make sure that we correctly IRGen functions that construct
55
// non-trivial C++ classes, take those classes as a parameter, and access those
66
// classes members.

0 commit comments

Comments
 (0)