Fix missing C++ mode comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248167 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2015-09-21 15:59:41 +00:00
parent b996e9dccf
commit 7c64ca7328

View File

@ -1,4 +1,4 @@
//===- ScopedHashTable.h - A simple scoped hash table ---------------------===//
//===- ScopedHashTable.h - A simple scoped hash table -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//