Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 17:59:47 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r256997 - user/glebius/course/05.memory
Message-ID:  <201310231759.r9NHxlT7080026@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
   };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231759.r9NHxlT7080026>