mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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
|
#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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue