Me dejé un parentesis:
Código PHP:
<?php
header('Content-type: application/msword');
header('Content-Disposition: inline; filename='.basename($_GET['archivo'])."'"); // <-- aquí me lo dejé ..
readfile($_GET['archivo']);
?>
Salvo error u omisión debería ir ya.
Un saludo,