We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb69f5 commit d7a62d0Copy full SHA for d7a62d0
include/linux/compiler.h
@@ -268,7 +268,7 @@ static inline void *offset_to_ptr(const int *off)
268
* - When one operand is a null pointer constant (i.e. when x is an integer
269
* constant expression) and the other is an object pointer (i.e. our
270
* third operand), the conditional operator returns the type of the
271
- * object pointer operand (i.e. "int *). Here, within the sizeof(), we
+ * object pointer operand (i.e. "int *"). Here, within the sizeof(), we
272
* would then get:
273
* sizeof(*((int *)(...)) == sizeof(int) == 4
274
* - When one operand is a void pointer (i.e. when x is not an integer
0 commit comments