Fix a typo in intel_gtt(1).

This commit is contained in:
Eric Anholt 2010-02-23 17:04:29 -08:00
parent 17b8abdb6b
commit 0e4e700c51

View File

@ -6,7 +6,7 @@ intel_gtt \- Dump the contents of an Intel GPU's GTT
.SH SYNOPSIS
.B intel_gtt
.SH DESCRIPTION
.B intel_
.B intel_gtt
is a tool to view the contents of the GTT on an Intel GPU. The GTT is
the page table that maps between GPU addresses and system memory.
This tool can be useful in debugging the Linux AGP driver