llvm: lldb: fix grammar in previous.
This commit is contained in:
parent
e9290cc869
commit
0ac59645b0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
#else
|
||||
- assert(false && "::backtrace() not supported on Android");
|
||||
+ assert(false && "::backtrace() only support with glibc");
|
||||
+ assert(false && "::backtrace() only supported with glibc");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue