Comment typofixes, pt 4

This commit is contained in:
Pasi Kallinen
2015-10-17 18:47:31 +03:00
parent 66dd87454b
commit af1c77808b
45 changed files with 73 additions and 73 deletions

View File

@@ -62,7 +62,7 @@ long *alloc(lth) register unsigned int lth;
/* A small pool of static formatting buffers.
* PTRBUFSIZ: We assume that pointers will be formatted as integers in
* hexadecimal, requring at least 16+1 characters for each buffer to handle
* hexadecimal, requiring at least 16+1 characters for each buffer to handle
* 64-bit systems, but the standard doesn't mandate that encoding and an
* implementation could do something different for %p, so we make some
* extra room.