aboutsummaryrefslogtreecommitdiff
path: root/ch5/5-14_rsort.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ch5/5-14_rsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ch5/5-14_rsort.c b/ch5/5-14_rsort.c
index 4928f80..4c03191 100644
--- a/ch5/5-14_rsort.c
+++ b/ch5/5-14_rsort.c
@@ -4,7 +4,7 @@
/* The C Programming Language: 2nd Edition
*
- * Exercise 5-13: Modify the sort program to handle a -r flag, which
+ * Exercise 5-14: Modify the sort program to handle a -r flag, which
* indicates sorting in reverse (decreasing) order. Be sure that -r works
* with -n.
*/