summaryrefslogtreecommitdiff
path: root/jbig2dec/memento.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2018-04-07 00:12:15 +0800
committerSebastian Rasmussen <sebras@gmail.com>2018-04-10 13:29:43 +0800
commitd38507b3d62d9d0710b1c5122af5db9730167082 (patch)
treeeaec6b9f487e9a73665fa6dae6ba43cda1a9a757 /jbig2dec/memento.c
parentc0f89bd215d700339429da4375a4eaf89445f872 (diff)
downloadghostpdl-d38507b3d62d9d0710b1c5122af5db9730167082.tar.gz
jbig2dec: Fix some cosmetic typos in code/headers/tests.
Diffstat (limited to 'jbig2dec/memento.c')
-rw-r--r--jbig2dec/memento.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jbig2dec/memento.c b/jbig2dec/memento.c
index cb189c110..7e32b10f8 100644
--- a/jbig2dec/memento.c
+++ b/jbig2dec/memento.c
@@ -102,7 +102,7 @@ enum {
/* When we list leaked blocks at the end of execution, we search for pointers
* between blocks in order to be able to give a nice nested view.
* Unfortunately, if you have are running your own allocator (such as
- * ghostscripts chunk allocator) you can often find that the header of the
+ * Ghostscript's chunk allocator) you can often find that the header of the
* block always contains pointers to next or previous blocks. This tends to
* mean the nesting displayed is "uninteresting" at best :)
*
@@ -740,7 +740,7 @@ Memento_init(void)
/* MacOSX has 10240, Ubuntu seems to have 256 */
#define OPEN_MAX 10240
-/* stashed_map[j] = i means that filedescriptor i-1 was duplicated to j */
+/* stashed_map[j] = i means that file descriptor i-1 was duplicated to j */
int stashed_map[OPEN_MAX];
extern size_t backtrace(void **, int);