Browse Source

sample fix

svn path=/trunk/mono/; revision=5990
Miguel de Icaza 23 năm trước cách đây
mục cha
commit
a567b08ca0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      samples/embed/teste.c

+ 1 - 1
samples/embed/teste.c

@@ -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
  */