From 683ade38a996fb869a6dd57e3168575acee1c167 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Jul 2004 18:41:18 +0000 Subject: [PATCH] Since we are in the department of redundancy department, at least be correct git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14582 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/GlobalVariable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/GlobalVariable.h b/include/llvm/GlobalVariable.h index b09bf40f059..b98edd7e0d5 100644 --- a/include/llvm/GlobalVariable.h +++ b/include/llvm/GlobalVariable.h @@ -1,4 +1,4 @@ -//===-- llvm/Global.h - Class to represent a global variable ----*- C++ -*-===// +//===-- llvm/GlobalVariable.h - GlobalVariable class ------------*- C++ -*-===// // // The LLVM Compiler Infrastructure //