Skip to content

Commit a033d2b

Browse files
committed
[AST] Fix debug typo
1 parent af59279 commit a033d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/ASTScope.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
/// \p message must be a string literal
4444
#define ASTScopeAssert(predicate, message) \
4545
assert((predicate) && message \
46-
" Try compiling with '-disable-astScope-lookup'.")
46+
" Try compiling with '-disable-astscope-lookup'.")
4747

4848
#define ASTScope_unreachable(message) \
49-
llvm_unreachable(message " Try compiling with '-disable-astScope-lookup'.")
49+
llvm_unreachable(message " Try compiling with '-disable-astscope-lookup'.")
5050

5151
namespace swift {
5252

0 commit comments

Comments
 (0)