Index: trunk/extensions/NativePreprocessor/nodes.h |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | /** |
217 | 217 | * Get the nextSibling value from a node serialized at pointer. |
218 | 218 | * The nextSibling is a hexadecimal value in bytes 2-7, forming a |
219 | | - * value from 0 to 0x01000000. |
| 219 | + * value in the range [0,0x01000000). |
220 | 220 | */ |
221 | 221 | static inline int getNextSibling(const char* pointer) { |
222 | 222 | assert( pointer[2] != '?' ); |