mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -37,7 +37,7 @@ class ArchDesc;
|
|||
|
||||
//------------------------------FileBuff--------------------------------------
|
||||
// This class defines a nicely behaved buffer of text. Entire file of text
|
||||
// is read into buffer at creation, with sentinals at start and end.
|
||||
// is read into buffer at creation, with sentinels at start and end.
|
||||
class FileBuff {
|
||||
friend class FileBuffRegion;
|
||||
private:
|
||||
|
@ -46,8 +46,8 @@ class FileBuff {
|
|||
long _bufoff; // Start of buffer file offset
|
||||
|
||||
char *_buf; // The buffer itself.
|
||||
char *_bigbuf; // The buffer plus sentinals; actual heap area
|
||||
char *_bufmax; // A pointer to the buffer end sentinal
|
||||
char *_bigbuf; // The buffer plus sentinels; actual heap area
|
||||
char *_bufmax; // A pointer to the buffer end sentinel
|
||||
char *_bufeol; // A pointer to the last complete line end
|
||||
|
||||
int _err; // Error flag for file seek/read operations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue