These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / seabios / src / string.c
index 2e4e437..adb8198 100644 (file)
@@ -227,7 +227,7 @@ strtcpy(char *dest, const char *src, size_t len)
     return dest;
 }
 
-// locate first occurance of character c in the string s
+// locate first occurrence of character c in the string s
 char *
 strchr(const char *s, int c)
 {