aboutsummaryrefslogtreecommitdiff
path: root/ch5/5-14_rsort.c
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2014-04-08 04:51:09 -0500
committerzlg <zlg@zlg.space>2014-04-08 04:51:09 -0500
commit76f1afed408bb0dc25f95f5979b731ee236e18cf (patch)
treea5dfe3489b8694f26b44518b6d0ec1b8760bbbd2 /ch5/5-14_rsort.c
parentSolve Exercise 5-14: reverse sort (diff)
downloadknr-76f1afed408bb0dc25f95f5979b731ee236e18cf.tar.gz
knr-76f1afed408bb0dc25f95f5979b731ee236e18cf.tar.bz2
knr-76f1afed408bb0dc25f95f5979b731ee236e18cf.tar.xz
knr-76f1afed408bb0dc25f95f5979b731ee236e18cf.zip
Solve Exercise 5-15: Case-insensitive sort
Diffstat (limited to 'ch5/5-14_rsort.c')
-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.
*/