release: correct a typo in comment
s/to levels of indirection/two levels of indirection/ Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #13358
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef STRINGIFY
|
||||
// We need to levels of indirection
|
||||
// We need two levels of indirection
|
||||
// to make a string out of the macro name.
|
||||
// The outer level expands the macro
|
||||
// and the inner level makes a string out of the expanded macro.
|
||||
|
||||
Reference in New Issue
Block a user