svn commit: r256997 - user/glebius/course/05.memory

Gleb Smirnoff glebius at FreeBSD.org
Wed Oct 23 17:59:47 UTC 2013


Author: glebius
Date: Wed Oct 23 17:59:46 2013
New Revision: 256997
URL: http://svnweb.freebsd.org/changeset/base/256997

Log:
  Typo.

Modified:
  user/glebius/course/05.memory/lection.tex

Modified: user/glebius/course/05.memory/lection.tex
==============================================================================
--- user/glebius/course/05.memory/lection.tex	Wed Oct 23 17:59:17 2013	(r256996)
+++ user/glebius/course/05.memory/lection.tex	Wed Oct 23 17:59:46 2013	(r256997)
@@ -784,8 +784,8 @@ ITEM  &   SIZE  &  LIMIT  &  USED  &  FR
 \begin{tikzpicture}[node distance=5mm, font=\scriptsize]
   \node [name=keg, struct, rectangle split parts=4] {
     \textbf{struct uma\_keg}
-    \nodepart{two} LIST\_HEAD(,uma\_slab)    uk\_part\_slab
-    \nodepart{three} LIST\_HEAD(,uma\_slab)    uk\_free\_slab
+    \nodepart{two} LIST\_HEAD(,uma\_slab)    uk\_free\_slab
+    \nodepart{three} LIST\_HEAD(,uma\_slab)    uk\_part\_slab
     \nodepart{four} LIST\_HEAD(,uma\_slab)    uk\_full\_slab
   };
 


More information about the svn-src-user mailing list