From 13d759f87e22a7919ccbad36dff4b5a4cf7f48f3 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 30 Apr 2018 22:02:48 +0000 Subject: [CodeGen] Fix typo in comment form->from. NFC llvm-svn: 331231 --- clang/lib/CodeGen/CGCall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CGCall.cpp') diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp index 89f86ca99ee..11bfff1a7f1 100644 --- a/clang/lib/CodeGen/CGCall.cpp +++ b/clang/lib/CodeGen/CGCall.cpp @@ -1809,7 +1809,7 @@ void CodeGenModule::ConstructAttributeList( FuncAttrs.addAttribute(llvm::Attribute::NoReturn); // If we have information about the function prototype, we can learn - // attributes form there. + // attributes from there. AddAttributesFromFunctionProtoType(getContext(), FuncAttrs, CalleeInfo.getCalleeFunctionProtoType()); -- cgit v1.2.3