Standardize header file comments
[oota-llvm.git] / include / llvm / Support / Casting.h
index 2815ecde71d89b75ef7869766bfae5e4241e3a27..fc2d4b21ea1bd42b2d09dccae7de279c5ecf032f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Support/Casting.h - Allow flexible, checked, casts -------*- C++ -*--=//
+//===-- Support/Casting.h - Allow flexible, checked, casts ------*- C++ -*-===//
 //
 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
 // and dyn_cast_or_null<X>() templates.