Index: source/libvpx/build/make/obj_int_extract.c |
=================================================================== |
--- source/libvpx/build/make/obj_int_extract.c (revision 191025) |
+++ source/libvpx/build/make/obj_int_extract.c (working copy) |
@@ -144,7 +144,7 @@ |
/* Location of string is cacluated each time from the |
* start of the string buffer. On darwin the symbols |
* are prefixed by "_", so we bump the pointer by 1. |
- * The target value is defined as an int in asm_*_offsets.c, |
+ * The target value is defined as an int in *_asm_*_offsets.c, |
* which is 4 bytes on all targets we currently use. |
*/ |
if (bits == 32) { |
@@ -446,7 +446,7 @@ |
if (strcmp(section_name, ".bss")) { |
if (sizeof(val) != sym.st_size) { |
/* The target value is declared as an int in |
- * asm_*_offsets.c, which is 4 bytes on all |
+ * *_asm_*_offsets.c, which is 4 bytes on all |
* targets we currently use. Complain loudly if |
* this is not true. |
*/ |
@@ -528,7 +528,7 @@ |
if ((strcmp(section_name, ".bss"))) { |
if (sizeof(val) != sym.st_size) { |
/* The target value is declared as an int in |
- * asm_*_offsets.c, which is 4 bytes on all |
+ * *_asm_*_offsets.c, which is 4 bytes on all |
* targets we currently use. Complain loudly if |
* this is not true. |
*/ |