summaryrefslogtreecommitdiffstats
path: root/3
diff options
context:
space:
mode:
Diffstat (limited to '3')
-rw-r--r--3/5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/3/5.c b/3/5.c
index ed57b20..1e67c92 100644
--- a/3/5.c
+++ b/3/5.c
@@ -4,7 +4,7 @@
#define MAXLEN 100
-/* converts n to string in base b representation */
+/* converts n to string in base b */
void itob(int n, char s[], int b);
int main(int argc, char *argv[]) {