From d44d9e8cda0c4230ab7e52e06e7773aa8f8b9206 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 12 Sep 2019 22:23:03 +0000 Subject: [PATCH] [NFC] Fix file header filename to be Range.h llvm-svn: 371783 --- llvm/include/llvm/DebugInfo/GSYM/Range.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/DebugInfo/GSYM/Range.h b/llvm/include/llvm/DebugInfo/GSYM/Range.h index ab17f06..37cfec7 100644 --- a/llvm/include/llvm/DebugInfo/GSYM/Range.h +++ b/llvm/include/llvm/DebugInfo/GSYM/Range.h @@ -1,4 +1,4 @@ -//===- AddressRange.h -------------------------------------------*- C++ -*-===// +//===- Range.h --------------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -- 2.7.4