summaryrefslogtreecommitdiffstats
path: root/2/1.c
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-11-24 21:49:43 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-11-24 21:49:43 +0800
commit21b1681ea7c9693ddc41ec1478e4a336e4538818 (patch)
tree5750ad9ce3c8a32cc4c3a83af16db1764022bf76 /2/1.c
parent550b80e8beb07d5bde1329803f6114f6bf15d720 (diff)
downloadk&r-exercises-21b1681ea7c9693ddc41ec1478e4a336e4538818.tar.gz
2.1
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));