Fix typo

Test: pass

Change-Id: I99c34c3556e6f493cff615e5797fc588cfdecce1
diff --git a/build/xsdc.go b/build/xsdc.go
index ab27d21..5b79394 100644
--- a/build/xsdc.go
+++ b/build/xsdc.go
@@ -50,7 +50,7 @@
 		Command: `rm -rf "${outDir}" && ` +
 			`${xsdcCmd} $in -p $pkgName -o ${outDir} -c`,
 		CommandDeps: []string{"${xsdcCmd}", "${config.SoongZipCmd}"},
-		Description: "xsdc Java ${in} => ${out}",
+		Description: "xsdc C++ ${in} => ${out}",
 	}, "pkgName", "outDir")
 )