summaryrefslogtreecommitdiffstats
path: root/5/1.c
diff options
context:
space:
mode:
Diffstat (limited to '5/1.c')
-rw-r--r--5/1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/5/1.c b/5/1.c
index 7f34260..e3ef2f2 100644
--- a/5/1.c
+++ b/5/1.c
@@ -5,7 +5,7 @@
int getint(int *);
-/* Converts input to integer using a pointer to a variable */
+/* Converts input to an integer using a pointer to a variable */
int main(int argc, char *argv[]) {
int rc, n;