Fix typo.

This commit is contained in:
mmdolze
2006-11-01 11:38:12 +00:00
parent 3c6e935725
commit b02fd0c375
+1 -1
View File
@@ -33,7 +33,7 @@ typedef struct
int total; int total;
int cache; int cache;
int buffers; int buffers;
int free,; int free;
int shared; int shared;
} meminfo_type; } meminfo_type;