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

Alexander Potapenko glider at google.com
Tue Apr 16 07:31:47 PDT 2013


LGTM

On Tue, Apr 16, 2013 at 6:32 PM, Sergey Matveev <earthdok at google.com> wrote:
> 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;



-- 
Alexander Potapenko
Software Engineer
Google Moscow



More information about the llvm-commits mailing list