Standardize header file comments
llvm-svn: 8782
diff --git a/llvm/include/Support/SystemUtils.h b/llvm/include/Support/SystemUtils.h
index 26371c9..01c8189 100644
--- a/llvm/include/Support/SystemUtils.h
+++ b/llvm/include/Support/SystemUtils.h
@@ -1,4 +1,4 @@
-//===- SystemUtils.h - Utilities to do low-level system stuff --*- C++ -*--===//
+//===- SystemUtils.h - Utilities to do low-level system stuff ---*- C++ -*-===//
 //
 // This file contains functions used to do a variety of low-level, often
 // system-specific, tasks.