diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-05-06 15:15:07 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-05-06 15:15:07 +0300 |
commit | 11de5d5267f7a0a7f0a4d34eec147e65eaf9f9cf (patch) | |
tree | 5503159532d56511eb7a0d48812d4f99bc39df69 /src | |
parent | Typo fix (diff) | |
download | xz-11de5d5267f7a0a7f0a4d34eec147e65eaf9f9cf.tar.xz |
Bunch of grammar fixes from meyering.
Diffstat (limited to 'src')
-rw-r--r-- | src/liblzma/api/lzma/memlimit.h | 6 | ||||
-rw-r--r-- | src/lzma/help.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/liblzma/api/lzma/memlimit.h b/src/liblzma/api/lzma/memlimit.h index 6b07679d..7a856a27 100644 --- a/src/liblzma/api/lzma/memlimit.h +++ b/src/liblzma/api/lzma/memlimit.h @@ -22,7 +22,7 @@ /** - * \brief Opaque data type used with the memory usage limitting functions + * \brief Opaque data type used with the memory usage limiting functions */ typedef struct lzma_memlimit_s lzma_memlimit; @@ -39,7 +39,7 @@ typedef struct lzma_memlimit_s lzma_memlimit; * to these functions can be used in lzma_allocator structure, which makes * it easy to limit memory usage with liblzma. * - * The memory limiter functions are not tied to limitting memory usage + * The memory limiter functions are not tied to limiting memory usage * with liblzma itself. You can use them with anything you like. * * In multi-threaded applications, only one thread at once may use the same @@ -161,7 +161,7 @@ extern void *lzma_memlimit_alloc( /** - * \brief Removes the pointer from memory limitting list + * \brief Removes the pointer from memory limiting list * * \param mem Pointer to a lzma_memlimit structure returned * earlier by lzma_memry_limit_create(). diff --git a/src/lzma/help.c b/src/lzma/help.c index 85d754ec..7f8be669 100644 --- a/src/lzma/help.c +++ b/src/lzma/help.c @@ -124,7 +124,7 @@ These aren't implemented yet. " Resource usage options:\n" "\n" " -M, --memory=NUM use roughly NUM bytes of memory at maximum\n" -" -T, --threads=NUM use at maximum of NUM (de)compression threads\n" +" -T, --threads=NUM use a maximum of NUM (de)compression threads\n" // " --threading=STR threading style; possible values are `auto' (default),\n" // " `files', and `stream' )); |