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:
Kefu Chai
2023-03-29 15:10:23 +08:00
committed by Botond Dénes
parent dfb55975fc
commit 55a8b50bbd

View File

@@ -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.