[libcxxabi] r225136 - Typo.

Joerg Sonnenberger joerg at bec.de
Sun Jan 4 08:38:20 PST 2015


Author: joerg
Date: Sun Jan  4 10:38:20 2015
New Revision: 225136

URL: http://llvm.org/viewvc/llvm-project?rev=225136&view=rev
Log:
Typo.

Modified:
    libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S

Modified: libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S?rev=225136&r1=225135&r2=225136&view=diff
==============================================================================
--- libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S (original)
+++ libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S Sun Jan  4 10:38:20 2015
@@ -295,7 +295,7 @@ DEFINE_LIBUNWIND_FUNCTION(unw_getcontext
 @ Per EHABI #4.7 this only saves the core integer registers.
 @ EHABI #7.4.5 notes that in general all VRS registers should be restored
 @ however this is very hard to do for VFP registers because it is unknown
-@ to the lbirary how many registers are implemented by the architecture.
+@ to the library how many registers are implemented by the architecture.
 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
 @
   .p2align 2





More information about the cfe-commits mailing list