diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-02 18:41:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-02 18:41:18 +0000 |
commit | 683ade38a996fb869a6dd57e3168575acee1c167 (patch) | |
tree | 67ef4864c9402d9798a5b5dc27176079045f43da | |
parent | 68a9b04e770c8d871bdc2163e7d53e0763e2d722 (diff) |
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
-rw-r--r-- | include/llvm/GlobalVariable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/GlobalVariable.h b/include/llvm/GlobalVariable.h index b09bf40f05..b98edd7e0d 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 // |