The introductory comment for partial_symtab has been mildly incorrect
since the partial symtab code was changed to allocate partial symtabs
with "new".  This patch removes the incorrect text.
gdb/ChangeLog
2020-02-21  Tom Tromey  <tom@tromey.com>
	* psympriv.h (struct partial_symtab): Update comment.
+2020-02-21  Tom Tromey  <tom@tromey.com>
+
+       * psympriv.h (struct partial_symtab): Update comment.
+
 2020-02-21  Tom Tromey  <tromey@adacore.com>
 
        * mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
 
    They are all chained on partial symtab lists.
 
    Even after the source file has been read into a symtab, the
-   partial_symtab remains around.  They are allocated on an obstack,
-   objfile_obstack.  */
+   partial_symtab remains around.  */
 
 struct partial_symtab
 {