forked from qt-creator/qt-creator
Fix some typos
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
4
src/libs/3rdparty/cplusplus/Token.h
vendored
4
src/libs/3rdparty/cplusplus/Token.h
vendored
@@ -336,7 +336,7 @@ public:
|
||||
unsigned kind : 8;
|
||||
// The token starts a new line.
|
||||
unsigned newline : 1;
|
||||
// The token is preceeded by whitespace(s).
|
||||
// The token is preceded by whitespace(s).
|
||||
unsigned whitespace : 1;
|
||||
// The token is joined with the previous one.
|
||||
unsigned joined : 1;
|
||||
@@ -354,7 +354,7 @@ public:
|
||||
unsigned generated : 1;
|
||||
// Unused...
|
||||
unsigned pad : 3;
|
||||
// The token lenght.
|
||||
// The token length.
|
||||
unsigned length : 16;
|
||||
};
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user