C#: Sync SSA files

This commit is contained in:
Tom Hvitved
2021-03-25 15:33:06 +01:00
parent 7e20829f36
commit cdd613358b

View File

@@ -1,5 +1,5 @@
/**
* Provides a language-independant implementation of static single assignment
* Provides a language-independent implementation of static single assignment
* (SSA) form.
*/