diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-26 08:01:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-26 08:01:30 +0000 |
commit | 32f54f314945f9acdcbdeb507d0c34e499f179f6 (patch) | |
tree | 11e9a31d94a21143614a6b82d38de04c335a2aee | |
parent | b1dfc70ef1d78436e77d27dac89a81b43abd4d75 (diff) |
Eliminate copy-and-paste comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11873 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Config/sys/resource.h | 2 | ||||
-rw-r--r-- | include/Config/sys/stat.h | 2 | ||||
-rw-r--r-- | include/Config/sys/time.h | 2 | ||||
-rw-r--r-- | include/Config/sys/types.h | 2 | ||||
-rw-r--r-- | include/Config/sys/wait.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/resource.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/stat.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/time.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/types.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/wait.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/include/Config/sys/resource.h b/include/Config/sys/resource.h index 7e090ce4ba..0b51941424 100644 --- a/include/Config/sys/resource.h +++ b/include/Config/sys/resource.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/resource.h - Annotation classes --------------*- C++ -*-===// +/*===-- Config/sys/resource.h -----------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/Config/sys/stat.h b/include/Config/sys/stat.h index a19fee4222..9c10260c14 100644 --- a/include/Config/sys/stat.h +++ b/include/Config/sys/stat.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/stat.h - Annotation classes --------------*- ----C++ -*-===// +/*===-- Config/sys/stat.h -----------------------------------*- ----C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/Config/sys/time.h b/include/Config/sys/time.h index 21cb140089..2764994717 100644 --- a/include/Config/sys/time.h +++ b/include/Config/sys/time.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/time.h - Annotation classes ------------------*- C++ -*-===// +/*===-- Config/sys/time.h ---------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/Config/sys/types.h b/include/Config/sys/types.h index bdb64a7b08..f0a7abec35 100644 --- a/include/Config/sys/types.h +++ b/include/Config/sys/types.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/types.h - Annotation classes --------------*- C++ -*-===// +/*===-- Config/sys/types.h --------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/Config/sys/wait.h b/include/Config/sys/wait.h index de92831316..b3db60e435 100644 --- a/include/Config/sys/wait.h +++ b/include/Config/sys/wait.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/wait.h - Annotation classes ------------------*- C++ -*-===// +/*===-- Config/sys/wait.h ---------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/resource.h b/include/llvm/Config/sys/resource.h index 7e090ce4ba..0b51941424 100644 --- a/include/llvm/Config/sys/resource.h +++ b/include/llvm/Config/sys/resource.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/resource.h - Annotation classes --------------*- C++ -*-===// +/*===-- Config/sys/resource.h -----------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/stat.h b/include/llvm/Config/sys/stat.h index a19fee4222..9c10260c14 100644 --- a/include/llvm/Config/sys/stat.h +++ b/include/llvm/Config/sys/stat.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/stat.h - Annotation classes --------------*- ----C++ -*-===// +/*===-- Config/sys/stat.h -----------------------------------*- ----C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/time.h b/include/llvm/Config/sys/time.h index 21cb140089..2764994717 100644 --- a/include/llvm/Config/sys/time.h +++ b/include/llvm/Config/sys/time.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/time.h - Annotation classes ------------------*- C++ -*-===// +/*===-- Config/sys/time.h ---------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/types.h b/include/llvm/Config/sys/types.h index bdb64a7b08..f0a7abec35 100644 --- a/include/llvm/Config/sys/types.h +++ b/include/llvm/Config/sys/types.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/types.h - Annotation classes --------------*- C++ -*-===// +/*===-- Config/sys/types.h --------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/wait.h b/include/llvm/Config/sys/wait.h index de92831316..b3db60e435 100644 --- a/include/llvm/Config/sys/wait.h +++ b/include/llvm/Config/sys/wait.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/wait.h - Annotation classes ------------------*- C++ -*-===// +/*===-- Config/sys/wait.h ---------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * |