summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-20 19:04:40 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-20 19:04:40 +0100
commit039831c74c42553705abad99236ef6541e8dfcd5 (patch)
treea0acb6b49662bf527af50c8d0eac6b4a761c88ca
parent7a14e0509d5cc976deda9b5299f56930e0317502 (diff)
downloadlibguestfs-039831c74c42553705abad99236ef6541e8dfcd5.tar.gz
libguestfs-039831c74c42553705abad99236ef6541e8dfcd5.tar.xz
libguestfs-039831c74c42553705abad99236ef6541e8dfcd5.zip
Generator: Improve accuracy of a comment.
-rwxr-xr-xsrc/generator.ml5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/generator.ml b/src/generator.ml
index a5086718..eb61fd1c 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -25,9 +25,8 @@
* daemon/<somefile>.c to write the implementation.
*
* After editing this file, run it (./src/generator.ml) to regenerate all the
- * output files. Note that if you are using a separate build directory you must
- * run generator.ml from your top level build directory. You must also have run
- * configure before generator.ml will run.
+ * output files. Note that if you are using a separate build directory you
+ * must run generator.ml from the _source_ directory.
*
* IMPORTANT: This script should NOT print any warnings. If it prints
* warnings, you should treat them as errors.