[llvm-branch-commits] [cfe-branch] r245857 - Fix typo in release notes, PR24555

Richard Trieu via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 24 10:47:18 PDT 2015


Author: rtrieu
Date: Mon Aug 24 12:47:18 2015
New Revision: 245857

URL: http://llvm.org/viewvc/llvm-project?rev=245857&view=rev
Log:
Fix typo in release notes, PR24555

Modified:
    cfe/branches/release_37/docs/ReleaseNotes.rst

Modified: cfe/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/ReleaseNotes.rst?rev=245857&r1=245856&r2=245857&view=diff
==============================================================================
--- cfe/branches/release_37/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_37/docs/ReleaseNotes.rst Mon Aug 24 12:47:18 2015
@@ -76,7 +76,7 @@ about them. The improvements since the 3
   return type is the same as the variable.  Returning the variable directly
   will already make a move, so the call is not needed.
 
-- -Wpessimizing-move warns when a local variable is ir moved on return and the
+- -Wpessimizing-move warns when a local variable is moved on return and the
   return type is the same as the variable.  Copy elision cannot take place with
   a move, but can take place if the variable is returned directly.
 




More information about the llvm-branch-commits mailing list