diff options
author | Mike Nolta <mike@nolta.net> | 2012-05-21 16:57:19 -0400 |
---|---|---|
committer | Mike Nolta <mike@nolta.net> | 2012-05-21 16:57:19 -0400 |
commit | 4e29b6ffc0a8e7c748975f44194098ad3d229f14 (patch) | |
tree | 2a950565b5b35e3125352a66797885b6ecf2ae9b /common_x86.h | |
parent | 839b18aa260a4443f9b13615cb583c2f08af79b1 (diff) | |
download | openblas-4e29b6ffc0a8e7c748975f44194098ad3d229f14.tar.gz openblas-4e29b6ffc0a8e7c748975f44194098ad3d229f14.tar.bz2 openblas-4e29b6ffc0a8e7c748975f44194098ad3d229f14.zip |
FreeBSD: fix OS_FreeBSD -> OS_FREEBSD typos
Diffstat (limited to 'common_x86.h')
-rw-r--r-- | common_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common_x86.h b/common_x86.h index fbb91f888..eaf395806 100644 --- a/common_x86.h +++ b/common_x86.h @@ -282,7 +282,7 @@ REALNAME: #define EPILOGUE .end REALNAME #endif -#if defined(OS_LINUX) || defined(OS_FreeBSD) || defined(OS_NetBSD) || defined(__ELF__) +#if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_NetBSD) || defined(__ELF__) #define PROLOGUE \ .text; \ .align 16; \ |