From 0c6dd78930aafa8e878f9fd9cb23e0ea7a6cd946 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 24 Oct 2017 20:56:09 +0000 Subject: [PATCH] Fix Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316498 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCAsmBackend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/MC/MCAsmBackend.h b/include/llvm/MC/MCAsmBackend.h index d6b9302c222..ef2007ff692 100644 --- a/include/llvm/MC/MCAsmBackend.h +++ b/include/llvm/MC/MCAsmBackend.h @@ -170,7 +170,7 @@ public: /// Relaxes a fragment (changes the size of the padding) according to target /// requirements. The new size computation is done w.r.t a layout. /// - /// \param Fragment The fragment to relax. + /// \param PF The fragment to relax. /// \param Layout Code layout information. /// /// \returns true iff any relaxation occured. -- 2.50.1