diff --git a/llvm/include/llvm/ADT/SmallPtrSet.h b/llvm/include/llvm/ADT/SmallPtrSet.h index 2af9c0260ddd..5326d69bdf53 100644 --- a/llvm/include/llvm/ADT/SmallPtrSet.h +++ b/llvm/include/llvm/ADT/SmallPtrSet.h @@ -200,7 +200,7 @@ public: }; /// NextPowerOfTwo - This is a helper template that rounds N up to the next -/// power of two. +/// power of two (which means N itself if N is already a power of two). template struct NextPowerOfTwo;