Revert "embed .rsh in llvm-rs-cc".
diff --git a/slang_backend.h b/slang_backend.h
index 7135ffd..ddcc151 100644
--- a/slang_backend.h
+++ b/slang_backend.h
@@ -81,7 +81,7 @@
 
   const PragmaList &mPragmas;
 
-  // This handler will be invoked before Clang translate @Ctx to LLVM IR. This
+  // This handler will be invoked before Clang translates @Ctx to LLVM IR. This
   // give you an opportunity to modified the IR in AST level (scope information,
   // unoptimized IR, etc.). After the return from this method, slang will start
   // translate @Ctx into LLVM IR. One should not operate on @Ctx afterwards