Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / include / llvm / Instructions.h
index 7d82fdaa7a115e08466fddb6780292db46c90816..f5a48cd47e0952dff18b50bc7d05c673aa79b2db 100644 (file)
@@ -2239,7 +2239,7 @@ public:
   /// getNumClauses - Get the number of clauses for this landing pad.
   unsigned getNumClauses() const { return getNumOperands() - 1; }
 
-  /// reserveClauses - Grow the size of the operand list to accomodate the new
+  /// reserveClauses - Grow the size of the operand list to accommodate the new
   /// number of clauses.
   void reserveClauses(unsigned Size) { growOperands(Size); }