K 10 svn:author V 5 dougm K 8 svn:date V 27 2019-12-22T21:53:05.409456Z K 7 svn:log V 309 Fix typo using RB_INITIALIZER. The macro RB_INITIALIZER ignores its argument, but is documented to require "&head" as argument to initialize "head". So using "_vm_phys_fictitious_tree" as the argument to initialize "vm_phys_fictitious_tree" is an inconsequential error, corrected here. Discussed with: alc END