summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/sgialib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/sgialib.h')
-rw-r--r--include/asm-mips/sgialib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/sgialib.h b/include/asm-mips/sgialib.h
index 88c31a465..f53389c5b 100644
--- a/include/asm-mips/sgialib.h
+++ b/include/asm-mips/sgialib.h
@@ -64,9 +64,9 @@ extern pcomponent *prom_componentbypath(char *path);
*/
extern void prom_identify_arch(void);
-/* Environemt variable routines. */
+/* Environment variable routines. */
extern PCHAR ArcGetEnvironmentVariable(CHAR *name);
-extern LONG SetEnvironmentVariable(PCHAR name, PCHAR value);
+extern LONG ArcSetEnvironmentVariable(PCHAR name, PCHAR value);
/* ARCS command line acquisition and parsing. */
extern char *prom_getcmdline(void);