From 1e288409dcb4470a2fe074eff2b7a9cf2bbafb84 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 5 Nov 2014 01:36:22 +0000 Subject: [PATCH] Fix broken C++ mode comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221327 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/GlobalObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/IR/GlobalObject.h b/include/llvm/IR/GlobalObject.h index 581fb966c02..546fea2dfa9 100644 --- a/include/llvm/IR/GlobalObject.h +++ b/include/llvm/IR/GlobalObject.h @@ -1,4 +1,4 @@ -//===-- llvm/GlobalObject.h - Class to represent a global object *- C++ -*-===// +//===-- llvm/GlobalObject.h - Class to represent global objects -*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- 2.34.1