diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-10-03 16:41:14 -0300 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2010-01-26 02:42:03 +0200 |
commit | 5798991e7a4d2354e9735f91f8d60f436c6549ab (patch) | |
tree | 24fbf48010ce45e6aeadb7dc58e64462d784879b | |
parent | 93f0303f79ce29e896e4817e945709c6a1d3df69 (diff) |
geode: fix typo in AmdPciProbe
-rw-r--r-- | src/geode_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geode_driver.c b/src/geode_driver.c index 13635da..c7c5d62 100644 --- a/src/geode_driver.c +++ b/src/geode_driver.c @@ -429,7 +429,7 @@ AmdPciProbe(DriverPtr driver, * * Returns :TRUE on success and FALSE on failure. * - * Comments :This should ne minimal probe and it should under no + * Comments :This should be minimal probe and it should under no * circumstances change the state of the hardware.Don't do * any intiallizations other than the required * ScreenInforec. |