about summary refs log tree commit diff
path: root/src/rustllvm/RustGCMetadataPrinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustllvm/RustGCMetadataPrinter.cpp')
-rw-r--r--src/rustllvm/RustGCMetadataPrinter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rustllvm/RustGCMetadataPrinter.cpp b/src/rustllvm/RustGCMetadataPrinter.cpp
index 0e9cc21269f..f002b67224f 100644
--- a/src/rustllvm/RustGCMetadataPrinter.cpp
+++ b/src/rustllvm/RustGCMetadataPrinter.cpp
@@ -1,15 +1,15 @@
-//===-- RustGCPrinter.cpp - Rust garbage collection map printer -----------===//
+//===-- RustGCPrinter.cpp - Rust garbage collection map printer -----------===
 //
 //                     The LLVM Compiler Infrastructure
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 //
-//===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===
 //
 // This file defines the emitter for the Rust garbage collection stack maps.
 //
-//===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===
 
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"