projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d3f89
)
Fix typo.
author
Reto Schneider <github@reto-schneider.ch>
Thu, 5 Jul 2012 22:48:31 +0000
(
00:48
+0200)
committer
Reto Schneider <github@reto-schneider.ch>
Thu, 5 Jul 2012 22:48:31 +0000
(
00:48
+0200)
src/serialize.h
patch
|
blob
|
history
diff --git
a/src/serialize.h
b/src/serialize.h
index
e2dd7d4
..
f1869c9
100644
(file)
--- a/
src/serialize.h
+++ b/
src/serialize.h
@@
-16,7
+16,7
@@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* You can transform a serializa
z
ion block of code which uses put-* into the
+/* You can transform a serializa
t
ion block of code which uses put-* into the
* correspondent unserialization block with this vim substitution pattern:
*
* s/put_\([^(]*\)(\([^,]*\),\s*\([^)]*\))/\2 = get_\1(\3)/g