summaryrefslogtreecommitdiff
path: root/src/miniglx/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'src/miniglx/NOTES')
-rw-r--r--src/miniglx/NOTES2
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;