2e471ecc6491cba1ecd8ac9330d40f71910e0c0f angie Wed Apr 17 22:45:03 2013 -0700 typo fix in comment diff --git src/hg/inc/variant.h src/hg/inc/variant.h index f31091c..5aa7e70 100644 --- src/hg/inc/variant.h +++ src/hg/inc/variant.h @@ -1,17 +1,16 @@ -/* variant.h -- a generic variant. Meant to be capture information that's - * in VCF or pgSNP */ +/* variant.h -- a generic variant. Meant to capture information that's in VCF or pgSNP. */ #ifndef VARIANT_H #define VARIANT_H #include "pgSnp.h" struct allele // a single allele in a variant. { struct allele *next; struct variant *variant; int length; char *sequence; }; struct variant // a single variant