[clang][Interp][NFC] Fix a doc comment mixup
authorTimm Bäder <tbaeder@redhat.com>
Wed, 19 Jul 2023 11:53:18 +0000 (13:53 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Thu, 20 Jul 2023 06:12:58 +0000 (08:12 +0200)
clang/lib/AST/Interp/InterpStack.h

index e61d8e6..fd4a04a 100644 (file)
@@ -85,7 +85,7 @@ public:
   /// Clears the stack without calling any destructors.
   void clear();
 
-  // Returns whether the stack is empty.
+  /// Returns whether the stack is empty.
   bool empty() const { return StackSize == 0; }
 
 private: