From e74d9b79b6c24f3e1bc8e9f4423156f7c80badb4 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Tue, 9 Apr 2013 00:02:55 +0200 Subject: [PATCH] typo --- gen/passes/StripExternals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/passes/StripExternals.cpp b/gen/passes/StripExternals.cpp index adcb9a1d..6147be4e 100644 --- a/gen/passes/StripExternals.cpp +++ b/gen/passes/StripExternals.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This transform stips the bodies of available_externally functions and +// This transform strips the bodies of available_externally functions and // initializers of available_externally globals, turning them into external // declarations. // This is useful to allow Global DCE (-globaldce) to clean up references to