spelling
authorJim Grosbach <grosbach@apple.com>
Fri, 6 Aug 2010 18:24:36 +0000 (18:24 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 6 Aug 2010 18:24:36 +0000 (18:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110457 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index cb7297c5b7d28b50c2cc926ed1cb039e6b82fe8c..d8d4d07bde3f480020298e57a0749739e2985d3b 100644 (file)
@@ -671,7 +671,7 @@ public:
   }
 
   /// processFunctionBeforeFrameFinalized - This method is called immediately
-  /// before the specified functions frame layout (MF.getFrameInfo()) is
+  /// before the specified function's frame layout (MF.getFrameInfo()) is
   /// finalized.  Once the frame is finalized, MO_FrameIndex operands are
   /// replaced with direct constants.  This method is optional.
   ///