From 23e863378124229928e12b72c22df33f1428c61e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 7 Sep 2016 18:10:50 -0700 Subject: [PATCH] fix reST --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 16a93497455..726461590b4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -11,7 +11,7 @@ Core and Builtins ----------------- - Issue #27911: Remove unnecessary error checks in - import.c:exec_builtin_or_dynamic(). + ``exec_builtin_or_dynamic()``. - Issue #27983: Cause lack of llvm-profdata tool when using clang as required for PGO linking to be a configure time error rather than