From 4e74c02688e907e8b76dc2dd742776947f19bb2d Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Fri, 13 Jul 2001 05:12:53 +0000
Subject: [PATCH] Fix a comment.

---
 src/FDM/flight.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx
index 8bd66f39a..b52b337c0 100644
--- a/src/FDM/flight.cxx
+++ b/src/FDM/flight.cxx
@@ -1,4 +1,4 @@
-// flight.c -- a general interface to the various flight models
+// flight.cxx -- a general interface to the various flight models
 //
 // Written by Curtis Olson, started May 1997.
 //