]> granicus.if.org Git - llvm/commitdiff
[TLI][NFC] Fixed typo
authorDavid Bolvansky <david.bolvansky@gmail.com>
Mon, 5 Aug 2019 10:14:09 +0000 (10:14 +0000)
committerDavid Bolvansky <david.bolvansky@gmail.com>
Mon, 5 Aug 2019 10:14:09 +0000 (10:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367827 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/TargetLibraryInfo.cpp

index ef139d3257d2ba6c9046198a13dc169494dbb833..a7bae465bcfb186613a8fbc60dc31ca411bfcf23 100644 (file)
@@ -116,7 +116,7 @@ static void initialize(TargetLibraryInfoImpl &TLI, const Triple &T,
     TLI.setUnavailable(LibFunc_log10l);
   }
 
-  // There are no library implementations of mempcy and memset for AMD gpus and
+  // There are no library implementations of memcpy and memset for AMD gpus and
   // these can be difficult to lower in the backend.
   if (T.getArch() == Triple::r600 ||
       T.getArch() == Triple::amdgcn) {