diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 3eb9f0c5aef..d469d6315ec 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -101,7 +101,7 @@ Most source trees will probably have a standard file header format. The standard format for the LLVM source tree looks like this:

-//===-- llvm/Instruction.h - Instruction class definition --------*- C++ -*--=//
+//===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
 //
 // This file contains the declaration of the Instruction class, which is the
 // base class for all of the VM instructions.
@@ -833,7 +833,7 @@ something. :)
 
Chris Lattner
-Last modified: Thu Aug 7 16:44:33 CDT 2003 +Last modified: Sun Oct 12 22:12:43 CDT 2003