Comments corrected: misspellings and other trivial things
authorMarkus Bröker <mbroeker@volpe.spectre.org>
Wed, 18 Aug 2010 16:14:40 +0200
changeset 140 05d42a3737a4
parent 139 cb1d3f4cf18e
child 141 0b5befeb361e
Comments corrected: misspellings and other trivial things
compliteral.c
fun.c
function_pointers.c
getbits.c
numbers.c
pipe.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 <stdio.h>
--- a/fun.c
+++ b/fun.c
@@ -1,3 +1,8 @@
+/**
+ * fun.c
+ * Copyright (C) 2010 Unknown IRC User
+ */
+
 #include <stdio.h>
 
 int main (void)
--- a/function_pointers.c
+++ b/function_pointers.c
@@ -1,5 +1,6 @@
 /**
  * function_pointers.c
+ * Copyright (C) 2009 Markus Broeker
  */
 
 #include <stdio.h>
--- a/getbits.c
+++ b/getbits.c
@@ -1,8 +1,8 @@
 /**
  * getbits.c
  * Copyright (C) 2010 Markus Broeker
- *
  */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
--- a/numbers.c
+++ b/numbers.c
@@ -1,3 +1,8 @@
+/**
+ * numbers.c
+ * Copyright (C) 2008 Markus Broeker
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 
--- a/pipe.c
+++ b/pipe.c
@@ -1,7 +1,6 @@
 /**
  * pipe.c
  * Copyright (C) 2009 Markus Broeker
- *
  */
 
 #include <stdio.h>