From 162bc322c8c93955d8fd279f55fc9c6079ee21ee Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Sun, 8 May 2005 08:54:23 +0000 Subject: [PATCH] Fix typo in a comment. --- sys/dev/nve/if_nve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/nve/if_nve.c b/sys/dev/nve/if_nve.c index 7a0f4ba383ff..c4d3b393edd8 100644 --- a/sys/dev/nve/if_nve.c +++ b/sys/dev/nve/if_nve.c @@ -56,7 +56,7 @@ * amount of hardware centric code, it's hopefully no more buggy than its * linux counterpart. * - * NVIDIA now suppport the nForce3 AMD64 platform, however I have been + * NVIDIA now support the nForce3 AMD64 platform, however I have been * unable to access such a system to verify support. However, the code is * reported to work with little modification when compiled with the AMD64 * version of the NVIDIA Linux library. All that should be necessary to make