//===----------------------------------------------------------------------===//
//
-// AgressiveDCE - This pass uses the SSA based Agressive DCE algorithm. This
+// AggressiveDCE - This pass uses the SSA based Aggressive DCE algorithm. This
// algorithm assumes instructions are dead until proven otherwise, which makes
// it more successful are removing non-obviously dead instructions.
//
-Pass *createAgressiveDCEPass();
+Pass *createAggressiveDCEPass();
//===----------------------------------------------------------------------===//