From 900f12b9f0784d0cf014e384d2d44099cb58166e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 23 Nov 2003 17:54:18 +0000 Subject: [PATCH] Adjust file header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10180 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Stacker/lib/runtime/stacker_rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Stacker/lib/runtime/stacker_rt.c b/projects/Stacker/lib/runtime/stacker_rt.c index c6cabdfce91..46edf14c131 100644 --- a/projects/Stacker/lib/runtime/stacker_rt.c +++ b/projects/Stacker/lib/runtime/stacker_rt.c @@ -1,4 +1,4 @@ -//===-- stacker_rt.c - Runtime Suppor For Stacker Compiler ------*- C++ -*-===// +//===-- stacker_rt.c - Runtime Support For Stacker Compiler -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- 2.34.1