Fix typo.

This commit is contained in:
matt 2013-02-08 01:41:35 +00:00
parent 8ba0fc0dab
commit a317dd6322
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* $NetBSD: memcpy.S,v 1.2 2012/12/12 15:51:09 matt Exp $ */
/* $NetBSD: memcpy.S,v 1.3 2013/02/08 01:41:35 matt Exp $ */
#if !defined(_ARM_ARCH_DWORK_OK) || defined(_STANDALONE)
#if !defined(_ARM_ARCH_DWORD_OK) || defined(_STANDALONE)
#include "memcpy_arm.S"
#else
#include "memcpy_xscale.S"