From f1dccebe6a35bf07f8bb218ef25917a8bcc1a33a Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 30 Apr 2014 18:50:03 +0000 Subject: Fix typos in carries_dependency docs llvm-svn: 207686 --- clang/include/clang/Basic/AttrDocs.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang') diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 7e923af812f..7f057d0bf5e 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -56,14 +56,14 @@ def CarriesDependencyDocs : Documentation { The ``carries_dependency`` attribute specifies dependency propagation into and out of functions. -When specified on a function or Objective-C method, the ``carries_depedency`` +When specified on a function or Objective-C method, the ``carries_dependency`` attribute means that the return value carries a dependency out of the function, so that the implementation need not constrain ordering upon return from that function. Implementations of the function and its caller may choose to preserve dependencies instead of emitting memory ordering instructions such as fences. Note, this attribute does not change the meaning of the program, but may result -in generatation of more efficient code. +in generation of more efficient code. }]; } -- cgit v1.2.3