diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-21 12:41:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-21 12:41:26 +0000 |
commit | 83da11cab02e6e366ab1ed5913d0db70058ef4d6 (patch) | |
tree | bf2f751bc84d10be0cf39d24b11dc1f9aea9e5bc | |
parent | 678f0847cb045c87af962d081d0f7762bae891e9 (diff) | |
download | ChibiOS-83da11cab02e6e366ab1ed5913d0db70058ef4d6.tar.gz ChibiOS-83da11cab02e6e366ab1ed5913d0db70058ef4d6.tar.bz2 ChibiOS-83da11cab02e6e366ab1ed5913d0db70058ef4d6.zip |
Fixed C/P error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5866 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/ports/GCC/PPC/SPC560Dxx/vectors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/SPC560Dxx/vectors.h b/os/ports/GCC/PPC/SPC560Dxx/vectors.h index 4347796d5..4cc1b47ce 100644 --- a/os/ports/GCC/PPC/SPC560Dxx/vectors.h +++ b/os/ports/GCC/PPC/SPC560Dxx/vectors.h @@ -19,7 +19,7 @@ */
/**
- * @file SPC560BCxx/vectors.h
+ * @file SPC560Dxx/vectors.h
* @brief ISR vector module header.
*
* @addtogroup PPC_CORE
|