diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-01-20 11:24:17 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-01-20 11:24:17 +0000 |
commit | c2edc07196cd091ab1b6cdef0e2ebb730b659cd3 (patch) | |
tree | c7b0ec797a86f6abf8a26c44ecdc3c71e2eb569e /src | |
parent | 222a212569874e0648efd540fd81be2cc46cd445 (diff) |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/miniglx/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/miniglx/NOTES b/src/miniglx/NOTES index 120185e57b..1774107d63 100644 --- a/src/miniglx/NOTES +++ b/src/miniglx/NOTES @@ -9,7 +9,7 @@ For the radeon driver, it's necessary to get the right set of kernel modules installed before attempting to run any programs: rmmod radeon agpgart; - insmod agpgart.o; + insmod agpgart; insmod $(MESA)/src/kernel/radeonfb/radeonfb.o; insmod $(MESA)/src/kernel/radeon/radeon.o; |