sample fix
authorMiguel de Icaza <miguel@gnome.org>
Sun, 21 Jul 2002 21:50:27 +0000 (21:50 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 21 Jul 2002 21:50:27 +0000 (21:50 -0000)
svn path=/trunk/mono/; revision=5990

samples/embed/teste.c

index 4727c51a73604b6b07742f4f49320294c4c9c481..85fc07ffa65e1f1b729dc2c7006ccf277bb44a86 100644 (file)
@@ -4,7 +4,7 @@
  * Very simple mono embedding example.
  * Compile with: 
  *     gcc -o teste teste.c `pkg-config --cflags --libs mono`
- *     mcs test.exe
+ *     mcs test.cs
  * Run with:
  *     ./teste test.exe
  */