Cosmetics, fix typos (trivial).
[coreboot.git] / payloads / libpayload / include / libpayload.h
index d1ca842b94260f56acee11c2196ea94ecdcbb53b..34258cf49b70b2bb922568a82a1c747df4eb90a5 100644 (file)
@@ -119,7 +119,7 @@ int get_coreboot_info(struct sysinfo_t *info);
 void lib_get_sysinfo(void);
 
 /* i386/timer.c */
-/* Timer functions - defined by each arcitecture. */
+/* Timer functions - defined by each architecture. */
 unsigned int get_cpu_speed(void);
 void ndelay(unsigned int n);
 void mdelay(unsigned int n);