diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-15 06:14:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-15 06:14:07 +0000 |
commit | ad27d77fc07d9d77419d45c056be7685cc32b5a9 (patch) | |
tree | 25eabf43d2ea49fad58e43ffd967260802f71b63 | |
parent | c077621e136bccb20345dbaa122b536eeb6a2881 (diff) |
update for rename.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79082 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PIC16/MCSectionPIC16.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/MCSectionPIC16.h b/lib/Target/PIC16/MCSectionPIC16.h index 0a2d09145c..66607c813f 100644 --- a/lib/Target/PIC16/MCSectionPIC16.h +++ b/lib/Target/PIC16/MCSectionPIC16.h @@ -1,4 +1,4 @@ -//===- PIC16Section.h - PIC16-specific section representation ---*- C++ -*-===// +//===- MCSectionPIC16.h - PIC16-specific section representation -*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file declares the MCSection class. +// This file declares the MCSectionPIC16 class. // //===----------------------------------------------------------------------===// |