llvm: lldb: fix grammar in previous.

This commit is contained in:
Juan RP 2015-05-07 12:01:41 +02:00
parent e9290cc869
commit 0ac59645b0

View file

@ -65,7 +65,7 @@
} }
#else #else
- assert(false && "::backtrace() not supported on Android"); - assert(false && "::backtrace() not supported on Android");
+ assert(false && "::backtrace() only support with glibc"); + assert(false && "::backtrace() only supported with glibc");
#endif #endif
} }