updated for version 7.0g
diff --git a/src/eval.c b/src/eval.c
index 388727f..945b460 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -198,7 +198,7 @@
  */
 static hashtab_T	func_hashtab;
 
-/* The names of packages that once were loaded is remembered. */
+/* The names of packages that once were loaded are remembered. */
 static garray_T		ga_loaded = {0, 0, sizeof(char_u *), 4, NULL};
 
 /* list heads for garbage collection */