From 0ac59645b091691b045b4f772a83fa47b64e312c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 May 2015 12:01:41 +0200 Subject: [PATCH] llvm: lldb: fix grammar in previous. --- srcpkgs/llvm/files/patches/lldb/fix-musl.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm/files/patches/lldb/fix-musl.patch b/srcpkgs/llvm/files/patches/lldb/fix-musl.patch index b7ab0bd9e1..efe4a921c5 100644 --- a/srcpkgs/llvm/files/patches/lldb/fix-musl.patch +++ b/srcpkgs/llvm/files/patches/lldb/fix-musl.patch @@ -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 }