[clang][Interp][NFC] Fix a doc comment and a typo
authorTimm Bäder <tbaeder@redhat.com>
Sat, 15 Jul 2023 13:11:27 +0000 (15:11 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Mon, 17 Jul 2023 12:44:09 +0000 (14:44 +0200)
clang/lib/AST/Interp/Function.h

index 207fb29..357e6e2 100644 (file)
@@ -149,7 +149,7 @@ public:
 
   bool hasThisPointer() const { return HasThisPointer; }
 
-  // Checks if the funtion already has a body attached.
+  /// Checks if the function already has a body attached.
   bool hasBody() const { return HasBody; }
 
   unsigned getBuiltinID() const { return F->getBuiltinID(); }