X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Ftest_vec.c;h=bc878eef51804607f88f8f2b56133c9056caad66;hb=c98ef752a202b1b4908866bab34e3b8011ea0f1f;hp=d60d27b2ad245f4dff14411d68ab3179d33bd5a4;hpb=db0a7ec72a2907036b880888fc186ef1c2195b36;p=vpp.git diff --git a/src/vppinfra/test_vec.c b/src/vppinfra/test_vec.c index d60d27b2ad2..bc878eef518 100644 --- a/src/vppinfra/test_vec.c +++ b/src/vppinfra/test_vec.c @@ -124,7 +124,7 @@ uword g_call_stats[OP_MAX]; /* A structure for both vector headers and vector elements might be useful to - uncover potential alignement issues. */ + uncover potential alignment issues. */ typedef struct { @@ -1173,8 +1173,6 @@ main (int argc, char *argv[]) clib_mem_init (0, 3ULL << 30); - // mheap_alloc (0, (uword) 10ULL << 30); - verbose = (argc > 1); unformat_init_command_line (&i, argv); ret = test_vec_main (&i);