# HG changeset patch # User Markus Bröker # Date 1282140880 -7200 # Node ID 05d42a3737a49e061e8858091f16957d3099dcb2 # Parent cb1d3f4cf18e96b52a2425e89a713330d5aa0b75 Comments corrected: misspellings and other trivial things diff --git a/compliteral.c b/compliteral.c --- a/compliteral.c +++ b/compliteral.c @@ -1,6 +1,6 @@ /** - * Compont literals in C aka anonymous arrays - * + * Compound literals in C aka anonymous arrays + * Copyright (C) 2008 Markus Broeker */ #include diff --git a/fun.c b/fun.c --- a/fun.c +++ b/fun.c @@ -1,3 +1,8 @@ +/** + * fun.c + * Copyright (C) 2010 Unknown IRC User + */ + #include int main (void) diff --git a/function_pointers.c b/function_pointers.c --- a/function_pointers.c +++ b/function_pointers.c @@ -1,5 +1,6 @@ /** * function_pointers.c + * Copyright (C) 2009 Markus Broeker */ #include diff --git a/getbits.c b/getbits.c --- a/getbits.c +++ b/getbits.c @@ -1,8 +1,8 @@ /** * getbits.c * Copyright (C) 2010 Markus Broeker - * */ + #include #include #include diff --git a/numbers.c b/numbers.c --- a/numbers.c +++ b/numbers.c @@ -1,3 +1,8 @@ +/** + * numbers.c + * Copyright (C) 2008 Markus Broeker + */ + #include #include diff --git a/pipe.c b/pipe.c --- a/pipe.c +++ b/pipe.c @@ -1,7 +1,6 @@ /** * pipe.c * Copyright (C) 2009 Markus Broeker - * */ #include