diff options
| author | Jim Meyering <meyering@redhat.com> | 2011-05-19 21:36:33 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2011-05-19 21:36:33 +0200 |
| commit | cb4a0e31e282924f86046557980a2b5e16111ddd (patch) | |
| tree | 92624e3912998c5a6e3e72cfdbd0ee2502194b54 /src/expr.c | |
| parent | printf: fix an out-of-bounds memory access (diff) | |
| download | coreutils-cb4a0e31e282924f86046557980a2b5e16111ddd.tar.gz coreutils-cb4a0e31e282924f86046557980a2b5e16111ddd.zip | |
maint: correct typos involving misuse of "a" and "an"
* NEWS: "an misleading"
* src/expr.c: "a integer
* src/ptx.c (find_occurs_in_text): "a end"
* src/shred.c (do_wipefd): "a infinite"
* src/sort.c (SUBTHREAD_LINES_HEURISTIC): "an dual-core"
(compare_random): "an checksum"
* cfg.mk (old_NEWS_hash): Update, since the typo was in old news.
Diffstat (limited to 'src/expr.c')
| -rw-r--r-- | src/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c index 2be8b1dbb..ce65ecf46 100644 --- a/src/expr.c +++ b/src/expr.c @@ -483,7 +483,7 @@ toarith (VALUE *v) } } -/* Extract a size_t value from a integer value I. +/* Extract a size_t value from an integer value I. If the value is negative, return SIZE_MAX. If the value is too large, return SIZE_MAX - 1. */ static size_t |
