summaryrefslogtreecommitdiffstats
path: root/2/1.c
diff options
context:
space:
mode:
Diffstat (limited to '2/1.c')
-rw-r--r--2/1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/2/1.c b/2/1.c
index 423ca8b..fe89696 100644
--- a/2/1.c
+++ b/2/1.c
@@ -3,7 +3,7 @@
void printu(int size);
void prints(int size);
-/* prints the max ranges of char, short, int and long */
+/* prints the range of values for char, short, int and long */
int main(int argc, char *argv[]) {
printf("char: ");
prints(sizeof(char));