24ff088d65aa4b5765f2d1ba96f293d906a70705
braney
  Wed Dec 10 14:02:38 2014 -0800
changes in response to code review #14504
diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h
index 095e2d1..69547b4 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -1397,23 +1397,23 @@
 #define REMOTE_TRACK_HEIGHT 0
 #define trackShouldUseAjaxRetrieval(track)  FALSE
 
 #endif//ndef REMOTE_TRACK_AJAX_CALLBACK
 
 int gCmpPriority(const void *va, const void *vb);
 /* Compare groups based on priority. */
 
 int tgCmpPriority(const void *va, const void *vb);
 /* Compare to sort based on priority; use shortLabel as secondary sort key. */
 
 void printMenuBar();
 /* Put up the menu bar. */
 
 void checkIfWiggling(struct cart *cart, struct track *tg);
-/* check to see if a linkedFeatures track should be drawing as a wiggle */
+/* Check to see if a linkedFeatures track should be drawing as a wiggle. */
 
 #define measureTime uglyTime
 
 #define SUPPORT_CONTENT_TYPE 1
 
 #endif /* HGTRACKS_H */