llvm: lldb: fix grammar in previous.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user