diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-15 18:55:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-15 18:55:04 +0000 |
commit | a7445340daab3bfb15968a414090292d37cc954b (patch) | |
tree | bd891fed0a4482f2985a228ad45e589cc8c680ca | |
parent | 786da7dec21f9dc536b7c7d5d3cbeecff848394b (diff) |
comment fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96248 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Support/FormattedStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/FormattedStream.h b/include/llvm/Support/FormattedStream.h index 58a24bd2e3..58a1885168 100644 --- a/include/llvm/Support/FormattedStream.h +++ b/include/llvm/Support/FormattedStream.h @@ -1,4 +1,4 @@ -//===-- llvm/CodeGen/FormattedStream.h - Formatted streams ------*- C++ -*-===// +//===-- llvm/Support/FormattedStream.h - Formatted streams ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |