[PATCH] [asan] Fix spelling in asan_rtl.cc Test commit.

Sergey Matveev earthdok at google.com
Tue Apr 16 07:32:22 PDT 2013


Hi kcc, glider, samsonov,

http://llvm-reviews.chandlerc.com/D676

Files:
  lib/asan/asan_rtl.cc

Index: lib/asan/asan_rtl.cc
===================================================================
--- lib/asan/asan_rtl.cc
+++ lib/asan/asan_rtl.cc
@@ -64,7 +64,7 @@
 }
 
 // -------------------------- Flags ------------------------- {{{1
-static const int kDeafultMallocContextSize = 30;
+static const int kDefaultMallocContextSize = 30;
 
 Flags asan_flags_dont_use_directly;  // use via flags().
 
@@ -139,7 +139,7 @@
   f->debug = false;
   f->report_globals = 1;
   f->check_initialization_order = false;
-  f->malloc_context_size = kDeafultMallocContextSize;
+  f->malloc_context_size = kDefaultMallocContextSize;
   f->replace_str = true;
   f->replace_intrin = true;
   f->mac_ignore_invalid_free = false;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D676.1.patch
Type: text/x-patch
Size: 712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130416/7d92f3c4/attachment.bin>


More information about the llvm-commits mailing list