diff --git a/genisofs/trunk/HACKING b/genisofs/trunk/HACKING index 208ef53..ce365f4 100644 --- a/genisofs/trunk/HACKING +++ b/genisofs/trunk/HACKING @@ -1,4 +1,4 @@ -/* This document will contain general hacking rules for libimgi */ +/* This document will contain general hacking rules for genisofs */ C Code guidelines: @@ -6,7 +6,7 @@ C Code guidelines: - Never more than 80 chars horizontally - Only use C-Style commenting - function names: lower case, separated by underscore -- Using lint is strongly recommended +- Using splint is strongly recommended - Use 4 spaces, not tabs Code should be formatted according to following example: