diff --git a/src/structs.h b/src/structs.h index 30bed33..8d37598 100644 --- a/src/structs.h +++ b/src/structs.h @@ -39,7 +39,7 @@ #define MAXTAG 36 #define MAXLAYOUT 3 -/* typedef */ +/* Typedef */ typedef const char* uicb_t; typedef unsigned int uint; typedef unsigned long ulong; diff --git a/src/wmfs.h b/src/wmfs.h index f69b674..5157d6b 100644 --- a/src/wmfs.h +++ b/src/wmfs.h @@ -53,7 +53,7 @@ #include #include -/* local headers */ +/* Local headers */ #include "config.h" #include "structs.h"