[llvm] r240363 - Fix a typo in a comment in FaultMaps.h. NFC.
Sanjoy Das
sanjoy at playingwithpointers.com
Mon Jun 22 18:05:21 PDT 2015
Author: sanjoy
Date: Mon Jun 22 20:05:21 2015
New Revision: 240363
URL: http://llvm.org/viewvc/llvm-project?rev=240363&view=rev
Log:
Fix a typo in a comment in FaultMaps.h. NFC.
Modified:
llvm/trunk/include/llvm/CodeGen/FaultMaps.h
Modified: llvm/trunk/include/llvm/CodeGen/FaultMaps.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FaultMaps.h?rev=240363&r1=240362&r2=240363&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/FaultMaps.h (original)
+++ llvm/trunk/include/llvm/CodeGen/FaultMaps.h Mon Jun 22 20:05:21 2015
@@ -1,4 +1,4 @@
-//===------------------- FaultMaps.h - StackMaps ----------------*- C++ -*-===//
+//===------------------- FaultMaps.h - The "FaultMaps" section --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list