diff options
Diffstat (limited to 'src/strings/rstring.cpp')
-rw-r--r-- | src/strings/rstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/rstring.cpp b/src/strings/rstring.cpp index 6ffe79c..c2ca64b 100644 --- a/src/strings/rstring.cpp +++ b/src/strings/rstring.cpp @@ -58,7 +58,7 @@ namespace strings { // order important for self-assign r.owned->count++; - // owned can be NULL from ctors + // owned can be nullptr from ctors // TODO do ctors *properly* (requires gcc 4.7 to stay sane) if (owned && !owned->count--) ::operator delete(owned); |