From 14b492752cdf4702a198a45a7174673a14dcf819 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Tue, 23 Jun 2015 01:05:21 +0000 Subject: [PATCH] Fix a typo in a comment in FaultMaps.h. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240363 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/FaultMaps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/FaultMaps.h b/include/llvm/CodeGen/FaultMaps.h index 18df4c01816..f4b64632214 100644 --- a/include/llvm/CodeGen/FaultMaps.h +++ b/include/llvm/CodeGen/FaultMaps.h @@ -1,4 +1,4 @@ -//===------------------- FaultMaps.h - StackMaps ----------------*- C++ -*-===// +//===------------------- FaultMaps.h - The "FaultMaps" section --*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- 2.34.1